Fix build file for Linux.

This commit is contained in:
Stephen Anthony 2019-08-24 09:17:24 -02:30
parent 47f193610f
commit 314cfc9e3f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
MODULE := src/debugger
MODULE_OBJS := \
src/debugger/BreakpointMap.o
src/debugger/BreakpointMap.o \
src/debugger/Debugger.o \
src/debugger/DebuggerParser.o \
src/debugger/CartDebug.o \
@ -13,5 +13,5 @@ MODULE_OBJS := \
MODULE_DIRS += \
src/debugger
# Include common rules
# Include common rules
include $(srcdir)/common.rules