Changeset 9a1b20c in mainline for kernel/Makefile


Ignore:
Timestamp:
2008-09-17T12:16:27Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb9b0b0
Parents:
06a195bc
Message:

Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r06a195bc r9a1b20c  
    149149                DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP)
    150150        endif
     151endif
     152
     153ifeq ($(CONFIG_UDEBUG),y)
     154        DEFS += -DCONFIG_UDEBUG
    151155endif
    152156
     
    284288        generic/src/sysinfo/sysinfo.c
    285289
     290## Udebug interface sources
     291#
     292
     293ifeq ($(CONFIG_UDEBUG),y)
     294GENERIC_SOURCES += \
     295        generic/src/ipc/ipc_kbox.c \
     296        generic/src/udebug/udebug.c \
     297        generic/src/udebug/udebug_ops.c \
     298        generic/src/udebug/udebug_ipc.c
     299endif
     300
    286301## Test sources
    287302#
Note: See TracChangeset for help on using the changeset viewer.