Subversion Repositories HelenOS

Rev

Rev 3536 | Rev 3675 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3536 Rev 3624
Line 291... Line 291...
291
#
291
#
292
 
292
 
293
ifeq ($(CONFIG_UDEBUG),y)
293
ifeq ($(CONFIG_UDEBUG),y)
294
GENERIC_SOURCES += \
294
GENERIC_SOURCES += \
295
	generic/src/ipc/kbox.c \
295
	generic/src/ipc/kbox.c \
-
 
296
	generic/src/mm/as_debug.c \
296
	generic/src/udebug/udebug.c \
297
	generic/src/udebug/udebug.c \
297
	generic/src/udebug/udebug_ops.c \
298
	generic/src/udebug/udebug_ops.c \
298
	generic/src/udebug/udebug_ipc.c
299
	generic/src/udebug/udebug_ipc.c
299
endif
300
endif
300
 
301