Changes in kernel/Makefile [b0c2075:91db0280] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
rb0c2075 r91db0280 167 167 168 168 ifeq ($(COMPILER),gcc_cross) 169 CFLAGS = $(GCC_CFLAGS) 170 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) 171 INSTRUMENTATION = -finstrument-functions 172 endif 173 174 ifeq ($(COMPILER),gcc_helenos) 169 175 CFLAGS = $(GCC_CFLAGS) 170 176 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) … … 206 212 generic/src/debug/debug.c \ 207 213 generic/src/interrupt/interrupt.c \ 214 generic/src/log/log.c \ 208 215 generic/src/main/main.c \ 209 216 generic/src/main/kinit.c \
Note:
See TracChangeset
for help on using the changeset viewer.