Changeset 9a1b20c in mainline for kernel/Makefile
- Timestamp:
- 2008-09-17T12:16:27Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb9b0b0
- Parents:
- 06a195bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r06a195bc r9a1b20c 149 149 DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP) 150 150 endif 151 endif 152 153 ifeq ($(CONFIG_UDEBUG),y) 154 DEFS += -DCONFIG_UDEBUG 151 155 endif 152 156 … … 284 288 generic/src/sysinfo/sysinfo.c 285 289 290 ## Udebug interface sources 291 # 292 293 ifeq ($(CONFIG_UDEBUG),y) 294 GENERIC_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 299 endif 300 286 301 ## Test sources 287 302 #
Note:
See TracChangeset
for help on using the changeset viewer.