diff options
Diffstat (limited to 'apps/plugins/zxbox/zxbox.make')
-rw-r--r-- | apps/plugins/zxbox/zxbox.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/zxbox.make b/apps/plugins/zxbox/zxbox.make index de7312e009..a04801aa31 100644 --- a/apps/plugins/zxbox/zxbox.make +++ b/apps/plugins/zxbox/zxbox.make | |||
@@ -15,7 +15,7 @@ ZXBOX_OBJ := $(call c2obj, $(ZXBOX_SRC)) | |||
15 | 15 | ||
16 | OTHER_SRC += $(ZXBOX_SRC) | 16 | OTHER_SRC += $(ZXBOX_SRC) |
17 | 17 | ||
18 | ifndef SIMVER | 18 | ifndef APP_TYPE |
19 | ifeq ($(findstring YES, $(call preprocess, $(APPSDIR)/plugins/BUILD_OVERLAY)), YES) | 19 | ifeq ($(findstring YES, $(call preprocess, $(APPSDIR)/plugins/BUILD_OVERLAY)), YES) |
20 | ## lowmem targets | 20 | ## lowmem targets |
21 | ROCKS += $(ZXBOX_OBJDIR)/zxbox.ovl | 21 | ROCKS += $(ZXBOX_OBJDIR)/zxbox.ovl |