Changes in kernel/Makefile [8f2eca0:550b4e0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r8f2eca0 r550b4e0 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)
Note:
See TracChangeset
for help on using the changeset viewer.