From ee2a46a233b7fd88af35650a96dce4242a1061ec Mon Sep 17 00:00:00 2001 From: file Date: Wed, 19 Jul 2006 13:53:35 +0000 Subject: 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 --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3