Rev 3431 | Rev 3471 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3431 | Rev 3433 | ||
---|---|---|---|
Line 290... | Line 290... | ||
290 | ## Udebug interface sources |
290 | ## Udebug interface sources |
291 | # |
291 | # |
292 | 292 | ||
293 | ifeq ($(CONFIG_UDEBUG),y) |
293 | ifeq ($(CONFIG_UDEBUG),y) |
294 | GENERIC_SOURCES += \ |
294 | GENERIC_SOURCES += \ |
- | 295 | generic/src/ipc/ipc_kbox.c \ |
|
295 | generic/src/udebug/udebug.c \ |
296 | generic/src/udebug/udebug.c \ |
296 | generic/src/udebug/udebug_ops.c \ |
297 | generic/src/udebug/udebug_ops.c \ |
297 | generic/src/udebug/udebug_ipc.c |
298 | generic/src/udebug/udebug_ipc.c |
298 | endif |
299 | endif |
299 | 300 |