summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-05-08 19:39:07 +0000
committerJens Arnold <amiconn@rockbox.org>2005-05-08 19:39:07 +0000
commit68ffd8fd2f565927e298f9e29abbee23274ec258 (patch)
tree8a5f6c3546249c4c9a3bd4d7ace5fd03d0778de1 /apps/plugins/Makefile
parentb0b12e685eb0d084684a9715c946cc762bc134d5 (diff)
downloadrockbox-68ffd8fd2f565927e298f9e29abbee23274ec258.tar.gz
rockbox-68ffd8fd2f565927e298f9e29abbee23274ec258.zip
Databox: Added crude print() function, and enabled building on all targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6442 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index a8dc01e4e7..fa0e8b8f74 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -39,11 +39,11 @@ DIRS = .
39# Subdirs containing multi-file plugins 39# Subdirs containing multi-file plugins
40 40
41#for all targets 41#for all targets
42SUBDIRS += searchengine 42SUBDIRS += searchengine databox
43 43
44#for any recorder and iRiver model 44#for any recorder and iRiver model
45ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET))))) 45ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET)))))
46 SUBDIRS += rockboy databox 46 SUBDIRS += rockboy
47endif 47endif
48 48
49 49