summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-09 16:56:03 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-09 16:56:03 +0000
commit364b6058dd2e8e375f9e8b191815bfafb64b5a58 (patch)
treeb766211338822acb34587d0574ae25ee6ae6e71e /Makefile
parent2fe01ba652d0949f3a46db252f3173dd223b40c2 (diff)
Merged revisions 2136 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2136 | file | 2007-02-09 11:53:31 -0500 (Fri, 09 Feb 2007) | 2 lines Drop the need for header files by using non-versioned binary files. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2137 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b9c4585..c3e40a0 100644
--- a/Makefile
+++ b/Makefile
@@ -187,9 +187,6 @@ linux24: prereq $(MODULESO) wct4xxp/wct4xxp.o
linux26: prereq
@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
-ifeq ($(HOTPLUG_FIRMWARE),yes)
- $(MAKE) -C firmware header-build
-endif
$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE) modules
xpp: linux26