diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-05-08 19:39:07 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-05-08 19:39:07 +0000 |
commit | 68ffd8fd2f565927e298f9e29abbee23274ec258 (patch) | |
tree | 8a5f6c3546249c4c9a3bd4d7ace5fd03d0778de1 /apps/plugins/Makefile | |
parent | b0b12e685eb0d084684a9715c946cc762bc134d5 (diff) |
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/Makefile | 4 |
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 = . # Subdirs containing multi-file plugins #for all targets -SUBDIRS += searchengine +SUBDIRS += searchengine databox #for any recorder and iRiver model ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET))))) - SUBDIRS += rockboy databox + SUBDIRS += rockboy endif |