mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
80cf2fa46f
svn-id: r20584
11 lines
188 B
Makefile
11 lines
188 B
Makefile
MODULE := backends/null
|
|
|
|
MODULE_OBJS := \
|
|
null.o
|
|
|
|
MODULE_DIRS += \
|
|
backends/null
|
|
|
|
# We don't use the common.rules here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|