8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
ifeq ($(subdir),csu)
|
||
|
gen-as-const-headers += tcb-offsets.sym
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),gmon)
|
||
|
sysdep_routines += _mcount
|
||
|
endif
|