summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-01-05 21:34:45 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-01-05 21:34:45 +0200
commit0934ba976493fdf59ef9ff7a19a61199c0bced1b (patch)
tree6f880937e0ccdbeaa2fc8f9ce025adbabfaefa7a /Makefile
parenta996b1749a6dfdd87d93a27c3ddfcc0acc552a0d (diff)
build/patch opvxa1200.c
* Add entry in Kconfig and line in Kbuild . * fxo_modes.h was missing. Copy it over from dahdi-linux, * And again - don't include it in the patch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d41bcb5..9cf0ca9 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ 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 proslic.h
+OVERRIDE_FILES = Kbuild dahdi_echocan_oslec.c proslic.h fxo_modes.h
# If you want to build for a kernel other than the current kernel, set KVERS
ifndef KVERS