MORPHOS: MorphOS Support

This commit is contained in:
BeWorld 2019-05-12 10:54:32 +02:00 committed by Eugene Sandulenko
parent d70b4bcbf1
commit 54775a3de9

View File

@ -39,6 +39,12 @@ MODULE_OBJS += \
riscos/riscos.o
endif
ifdef MORPHOS
MODULE_OBJS += \
morphos/morphos-main.o \
morphos/morphos.o
endif
ifdef PLAYSTATION3
MODULE_OBJS += \
ps3/ps3-main.o \