diff options
author | Max Horn | 2010-07-29 13:02:14 +0000 |
---|---|---|
committer | Max Horn | 2010-07-29 13:02:14 +0000 |
commit | 264d17ccc7644440d4cd3dc64e14f3e0bd431fd4 (patch) | |
tree | 156ed580e08a6841f1f87328de61611edb5dd83a /backends/platform/n64/Makefile | |
parent | 7364b9bb2f695918729606a716547d74b62b479c (diff) | |
download | scummvm-rg350-264d17ccc7644440d4cd3dc64e14f3e0bd431fd4.tar.gz scummvm-rg350-264d17ccc7644440d4cd3dc64e14f3e0bd431fd4.tar.bz2 scummvm-rg350-264d17ccc7644440d4cd3dc64e14f3e0bd431fd4.zip |
BUILD: Compile & link certain files only for specific BACKEND values
svn-id: r51465
Diffstat (limited to 'backends/platform/n64/Makefile')
-rw-r--r-- | backends/platform/n64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/n64/Makefile b/backends/platform/n64/Makefile index 914e6e9c9e..b8b2e61f77 100644 --- a/backends/platform/n64/Makefile +++ b/backends/platform/n64/Makefile @@ -64,6 +64,8 @@ ENABLE_SCUMM = $(ENABLED) OBJS := nintendo64.o osys_n64_base.o osys_n64_events.o osys_n64_utilities.o pakfs_save_manager.o framfs_save_manager.o +BACKEND := n64 + include $(srcdir)/Makefile.common MODULE_DIRS += ./ |