summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-02-16 14:15:54 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-02-16 14:15:54 +0000
commit034c4ff7174668878db5655c37bc12b9de05cf6a (patch)
tree59f7c0fba16639a63e4d0130c77788f4c99086ee /Makefile
parent8070a1201b851e63202404b04da5a2e70a5c1819 (diff)
Cut a few more lines from the Makefile.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3838 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 38a2c95..cfaecef 100644
--- a/Makefile
+++ b/Makefile
@@ -55,9 +55,6 @@ ifeq ($(BUILDVER),linux26)
UDEVRULES=yes
endif
HOTPLUG_FIRMWARE:=$(shell if grep CONFIG_FW_LOADER $(KINCLUDES)/linux/autoconf.h | grep -q undef; then echo "no"; else echo "yes"; fi)
-else
- # Hotplug firmware loading is not supported on any other version then 2.6
- HOTPLUG_FIRMWARE:=no
endif
# If the file .zaptel.makeopts is present in your home directory, you can
@@ -167,7 +164,7 @@ MODULE_ALIASES=wcfxs wctdm8xxp wct2xxp
KFLAGS+=-DSTANDALONE_ZAPATA
CFLAGS+=-DSTANDALONE_ZAPATA
ifeq ($(BUILDVER),linux24)
-KMAKE = $(MAKE) -C kernel HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE) \
+KMAKE = $(MAKE) -C kernel HOTPLUG_FIRMWARE=no \
BUILD_TOPDIR_MODULES="$(BUILD_TOPDIR_MODULES)" BUILD_SUBDIR_MODULES="$(BUILD_SUBDIR_MODULES)"
else
KMAKE = $(MAKE) -C $(KSRC) SUBDIRS=$(PWD)/kernel \
@@ -496,9 +493,6 @@ ifneq ($(BUILDVER),linux24)
done;
endif
-BASENAMES=$(sort $(shell for mod in $(ALL_MODULES); do basename $$mod; done))
-
-
ifeq ($(BUILDVER),linux24)
install-modules: $(INSTALL_MODULES) uninstall-modules
$(INSTALL) -d $(DESTDIR)$(MOD_DIR)