From ec8dae152453a56b92934a9a3d57970f947414c7 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 28 Mar 2006 17:22:03 +0000 Subject: x5: lets build doom... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9320 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/Makefile') 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 -- cgit v1.2.3