Fix build file for Linux.

This commit is contained in:
Stephen Anthony 2019-08-24 09:17:24 -02:30
parent bd3545bfff
commit 0c6e6602fc
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