summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-19 13:53:35 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-19 13:53:35 +0000
commitee2a46a233b7fd88af35650a96dce4242a1061ec (patch)
tree4fddea0218f12a8e86bfa23e92a6916532888655 /Makefile
parent3a5bbe43a4d3838f1a550534472aec043dc2b936 (diff)
Merged revisions 1243 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1243 | file | 2006-07-19 09:50:58 -0400 (Wed, 19 Jul 2006) | 2 lines Only use hotplug firmware loading if the kernel has support for it ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1244 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6dfbb4a..2df66f9 100644
--- a/Makefile
+++ b/Makefile
@@ -157,9 +157,6 @@ wct4xxp-objs:=wct4xxp_base.o vpm450m.o
#HOTPLUG_FIRMWARE=no
ifeq ($(HOTPLUG_FIRMWARE),yes)
CFLAGS+=-DHOTPLUG_FIRMWARE
-VPM450M_FIRMWARE_HEADER=
-else
-VPM450M_FIRMWARE_HEADER=vpm450m_fw.h
endif
# Also build xpp in the subdirectory xpp/ . But only for >=2.6.10 and only
@@ -191,7 +188,7 @@ modules: $(BUILDVER)
linux24: prereq vpm450m_fw.h $(MODULESO) $(BINS)
-linux26: prereq $(VPM450M_FIRMWARE_HEADER) $(BINS)
+linux26: prereq vpm450m_fw.h $(BINS)
@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
$(KMAKE) modules