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