From 57f0282ca6b76513204710b68a4cfba333b3324f Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 5 Jan 2010 21:39:32 +0200 Subject: Remove unneeded stuff from main Makefile --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Makefile b/Makefile index 9cf0ca9..834048b 100644 --- a/Makefile +++ b/Makefile @@ -88,17 +88,6 @@ endif CHECKSTACK=$(KSRC)/scripts/checkstack.pl -# Set HOTPLUG_FIRMWARE=no to override automatic building with hotplug support -# if it is enabled in the kernel. - -ifeq (yes,$(HAS_KSRC)) - HOTPLUG_FIRMWARE:=$(shell if grep -q '^CONFIG_FW_LOADER=[ym]' $(KCONFIG); then echo "yes"; else echo "no"; fi) -endif - -MODULE_ALIASES:=wcfxs wctdm8xxp wct2xxp - -INST_HEADERS:=kernel.h user.h fasthdlc.h wctdm_user.h dahdi_config.h - DAHDI_BUILD_ALL:=m KMAKE=$(MAKE) -C $(KSRC) SUBDIRS=$(PWD)/drivers/dahdi @@ -109,11 +98,6 @@ endif ROOT_PREFIX:= -ASCIIDOC:=asciidoc -ASCIIDOC_CMD:=$(ASCIIDOC) -n -a toc -a toclevels=4 - -GENERATED_DOCS:=README.html dahdi-api.html - ifneq ($(wildcard .version),) DAHDIVERSION:=$(shell cat .version) else -- cgit v1.2.3