summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d435536..a8cb3dc 100644
--- a/Makefile
+++ b/Makefile
@@ -127,9 +127,9 @@ LIBTONEZONE_SO:=libtonezone.so
LIBTONEZONE_SO_MAJOR_VER:=1
LIBTONEZONE_SO_MINOR_VER:=0
-ifneq ($(findstring xpp,$(MENUSELECT_MODULES)),)
+ifneq ($(findstring xpp_usb,$(MENUSELECT_MODULES)),)
BUILD_XPP=yes
- MENUSELECT_MODULES:=$(filter-out xpp,$(MENUSELECT_MODULES))
+ MENUSELECT_MODULES:=$(filter-out xpp_usb,$(MENUSELECT_MODULES))
endif
MODULES:=$(MENUSELECT_MODULES)