summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-01-05 21:15:06 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-01-05 21:15:06 +0200
commit67010f1b2875d6ef1a33746b45ff333ed8713984 (patch)
tree851afff5c8f836e39f0c75f3e9701e982b15802b /Makefile
parent1ecd232b2b8758ef8598caced7f4a61478f1462d (diff)
build/patch wcopenpci as well
* Add an entry in Kconfig and a line in Kbuild * Provide proslic.h from dahdi-linux, * But don't include it in the patch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 643d28f..d41bcb5 100644
--- a/Makefile
+++ b/Makefile
@@ -50,12 +50,12 @@ SVN_DIR_SRC = dahdi-svn-orig
SVN_DIR_DST = dahdi-svn-new
BASE_DIR = drivers/dahdi
-MODULE_DIRS = $(BASE_DIR)/zaphfc drivers/staging/echo
+MODULE_DIRS = $(BASE_DIR) $(BASE_DIR)/zaphfc drivers/staging/echo
DAHDI_LINUX_DIFF = dahdi_linux_extra.diff
# Files we shouldn't copy:
-OVERRIDE_FILES = Kbuild dahdi_echocan_oslec.c
+OVERRIDE_FILES = Kbuild dahdi_echocan_oslec.c proslic.h
# If you want to build for a kernel other than the current kernel, set KVERS
ifndef KVERS