summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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