added new classes for "Linux & friends" make

This commit is contained in:
thrust26 2017-10-01 13:51:58 +02:00
parent 00cb377c0a
commit 72f46c306f
1 changed files with 6 additions and 1 deletions

View File

@ -68,9 +68,14 @@ MODULE_OBJS := \
src/debugger/gui/DrivingWidget.o \
src/debugger/gui/KeyboardWidget.o \
src/debugger/gui/GenesisWidget.o \
src/debugger/gui/FlashWidget.o \
src/debugger/gui/AtariVoxWidget.o \
src/debugger/gui/SaveKeyWidget.o \
src/debugger/gui/DelayQueueWidget.o
src/debugger/gui/PointingDeviceWidget.o \
src/debugger/gui/AmigaMouseWidget.o \
src/debugger/gui/AtariMouseWidget.o \
src/debugger/gui/TrakBallWidget.o \
MODULE_DIRS += \
src/debugger/gui