summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 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