Changes in kernel/Makefile [b0c2075:91db0280] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    rb0c2075 r91db0280  
    167167
    168168ifeq ($(COMPILER),gcc_cross)
     169        CFLAGS = $(GCC_CFLAGS)
     170        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
     171        INSTRUMENTATION = -finstrument-functions
     172endif
     173
     174ifeq ($(COMPILER),gcc_helenos)
    169175        CFLAGS = $(GCC_CFLAGS)
    170176        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
     
    206212        generic/src/debug/debug.c \
    207213        generic/src/interrupt/interrupt.c \
     214        generic/src/log/log.c \
    208215        generic/src/main/main.c \
    209216        generic/src/main/kinit.c \
Note: See TracChangeset for help on using the changeset viewer.