summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2006-03-28 17:22:03 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2006-03-28 17:22:03 +0000
commitec8dae152453a56b92934a9a3d57970f947414c7 (patch)
tree7d995031f5d146a0bb9ecadea183a4c7af321e38 /apps/plugins
parentd1b587a6594f73cda78576f8fb6f80498c71b49a (diff)
downloadrockbox-ec8dae152453a56b92934a9a3d57970f947414c7.tar.gz
rockbox-ec8dae152453a56b92934a9a3d57970f947414c7.zip
x5: lets build doom...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9320 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index c59033aab4..5e2ea7bbfd 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -85,7 +85,7 @@ ifneq (,$(strip $(foreach tgt,IPOD_VIDEO IPOD_NANO IPOD_COLOR IRIVER \
85endif 85endif
86 86
87# Build Doom for the H300 and color ipods 87# Build Doom for the H300 and color ipods
88ifneq (,$(strip $(foreach tgt, IRIVER_H300 IPOD_NANO IPOD_COLOR IPOD_VIDEO,$(findstring $(tgt),$(TARGET))))) 88ifneq (,$(strip $(foreach tgt, IRIVER_H300 IPOD_NANO IPOD_COLOR IPOD_VIDEO IAUDIO_X5,$(findstring $(tgt),$(TARGET)))))
89 SUBDIRS += doom 89 SUBDIRS += doom
90endif 90endif
91 91