diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2006-03-28 17:22:03 +0000 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2006-03-28 17:22:03 +0000 |
commit | ec8dae152453a56b92934a9a3d57970f947414c7 (patch) | |
tree | 7d995031f5d146a0bb9ecadea183a4c7af321e38 /apps/plugins | |
parent | d1b587a6594f73cda78576f8fb6f80498c71b49a (diff) |
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/Makefile | 2 |
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 \ endif # Build Doom for the H300 and color ipods -ifneq (,$(strip $(foreach tgt, IRIVER_H300 IPOD_NANO IPOD_COLOR IPOD_VIDEO,$(findstring $(tgt),$(TARGET))))) +ifneq (,$(strip $(foreach tgt, IRIVER_H300 IPOD_NANO IPOD_COLOR IPOD_VIDEO IAUDIO_X5,$(findstring $(tgt),$(TARGET))))) SUBDIRS += doom endif |