summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-24 00:08:13 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-24 00:08:13 +0000
commit63203d498171fab27f4476a17b85705568a59add (patch)
tree293ee40c63e30cd56851088a1bf29e8bcc9a6572 /Makefile
parentb15455b784e059efda5f66af56fc3ed8a51293cf (diff)
yet another extra line snuck in there
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2218 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f67ff6f..98563cd 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,6 @@ else
ALL_MODULES:=$(TOPDIR_MODULES:%=%.ko)
ALL_MODULES+=$(foreach mod,$(filter-out xpp,$(SUBDIR_MODULES)),$(mod)/$(mod).ko)
ALL_MODULES+=$(patsubst %,xpp/%.ko,xpp_usb xpd_fxo xpd_fxs xpp)
- endif
endif
CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
@@ -572,4 +571,5 @@ menuselect-tree: zaptel.xml firmware/firmware.xml
.EXPORT_ALL_VARIABLES:
.PHONY: menuselect distclean dist-clean clean version.h all _all install b410p devices programs modules tests devel data stackcheck install-udev config update install-programs install-modules install-include install-libs install-xpp xpp-utils uninstall-modules
+
endif