From bbc307b2b0b37108190de6ba4743a5d712cc6fc4 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 17 Jun 2008 20:22:36 +0000 Subject: commit a bunch of stuff, primarily basic support for allowing drivers/dahdi and include/dahdi to be 'dropped in' to a Linux kernel tree and be part of the buildsystem also includes a bunch of minor Makefile improvements, and relocating the firmware directory to the directory where the modules live, since that is the only place it is needed still left to do: handle version.h creation when in native-kernel-tree mode, fix up lots of problems left with firmware file handling git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4377 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/Kbuild | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/dahdi/Kbuild (limited to 'include') diff --git a/include/dahdi/Kbuild b/include/dahdi/Kbuild new file mode 100644 index 0000000..5dfee8c --- /dev/null +++ b/include/dahdi/Kbuild @@ -0,0 +1,4 @@ +header-y += kernel.h +header-y += user.h +header-y += wctdm_user.h +header-y += version.h -- cgit v1.2.3