Eugene Sandulenko 26dc4c2425 DINGOO: new port. Patch #3039277
svn-id: r52210
2010-08-19 12:43:37 +00:00

14 lines
261 B
Makefile

MODULE := backends/platform/dingux
MODULE_OBJS := \
main.o \
dingux.o \
dingux-events.o \
dingux-graphics.o \
MODULE_DIRS += \
backends/platform/dingux/
# We don't use the rules.mk here on purpose
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)