diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-03-11 15:44:35 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-03-11 15:44:35 +0000 |
| commit | a814584c87fef79038f6b0f311cfc70fb51d1b95 (patch) | |
| tree | 4df31679017735c7fa64b32ae78ec3ad078271ae /apps/plugins/Makefile | |
| parent | 1246668a7807f1f5b9253ad7f9a682fb6b2ff7dd (diff) | |
| download | rockbox-a814584c87fef79038f6b0f311cfc70fb51d1b95.zip rockbox-a814584c87fef79038f6b0f311cfc70fb51d1b95.tar.gz rockbox-a814584c87fef79038f6b0f311cfc70fb51d1b95.tar.bz2 rockbox-a814584c87fef79038f6b0f311cfc70fb51d1b95.tar.xz | |
pacbox - a Pacman arcade machine emulator. Currently working for all colour targets and the iriver H1x0. Requires the Pacman arcade machine ROMs in /.rockbox/pacman/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9001 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
| -rw-r--r-- | apps/plugins/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 8c72294..b591432 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -77,6 +77,12 @@ ifneq (-DIRIVER_IFP7XX,$(TARGET)) endif endif +# For all the colour targets and iriver H1x0 +ifneq (,$(strip $(foreach tgt,IPOD_VIDEO IPOD_NANO IPOD_COLOR IRIVER \ + IAUDIO_X5 GIGABEAT,$(findstring $(tgt),$(TARGET))))) + SUBDIRS += pacbox +endif + .PHONY: $(SUBDIRS) all: $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) |