summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-28 19:36:09 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-28 19:36:09 +0000
commit3910c536967e0c0fb29f71912025479c946ed35e (patch)
tree2c10c773bcdc8109134dece31ebf0baa2b067e23 /Makefile
parent7dd4275d24cf64aa7b9d1b3c0cba9f98f83f9ffd (diff)
fix the Makefile to reflect the change in makeopts.xml
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1190 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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)