From 945919894806abc41df162693024597e8827a40a Mon Sep 17 00:00:00 2001 From: file Date: Fri, 9 Feb 2007 16:53:31 +0000 Subject: Drop the need for header files by using non-versioned binary files. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2136 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 73f2ec6..8342326 100644 --- a/Makefile +++ b/Makefile @@ -198,9 +198,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 -- cgit v1.2.3