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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r91db0280 rb0c2075  
    167167
    168168ifeq ($(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)
    175169        CFLAGS = $(GCC_CFLAGS)
    176170        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
     
    212206        generic/src/debug/debug.c \
    213207        generic/src/interrupt/interrupt.c \
    214         generic/src/log/log.c \
    215208        generic/src/main/main.c \
    216209        generic/src/main/kinit.c \
Note: See TracChangeset for help on using the changeset viewer.