mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
400542a1fe
svn-id: r49366
26 lines
434 B
Makefile
26 lines
434 B
Makefile
MODULE := backends/platform/ps2
|
|
|
|
MODULE_OBJS := \
|
|
DmaPipe.o \
|
|
Gs2dScreen.o \
|
|
irxboot.o \
|
|
ps2input.o \
|
|
ps2pad.o \
|
|
savefilemgr.o \
|
|
fileio.o \
|
|
asyncfio.o \
|
|
icon.o \
|
|
cd.o \
|
|
eecodyvdfs.o \
|
|
rpckbd.o \
|
|
systemps2.o \
|
|
ps2mutex.o \
|
|
ps2time.o \
|
|
ps2debug.o
|
|
|
|
MODULE_DIRS += \
|
|
backends/platform/ps2/
|
|
|
|
# We don't use the rules.mk here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|