diff options
Diffstat (limited to 'apps/plugins/Makefile')
-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 3da2d46895..6f57636c69 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -71,7 +71,7 @@ endif # chessbox is too big to fit in the 32KB Archos plugin buffer, so we only # build for IRIVER and IPOD targets -ifneq (,$(strip $(foreach tgt,IRIVER IPOD,$(findstring $(tgt),$(TARGET))))) +ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD,$(findstring $(tgt),$(TARGET))))) ifneq (-DIRIVER_IFP7XX,$(TARGET)) SUBDIRS += chessbox endif |