mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
13 lines
211 B
Makefile
13 lines
211 B
Makefile
MODULE := backends/sdl
|
|
|
|
MODULE_OBJS := \
|
|
events.o \
|
|
graphics.o \
|
|
sdl.o
|
|
|
|
MODULE_DIRS += \
|
|
backends/sdl
|
|
|
|
# We don't use the common.rules here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|