From 21dc4e8b35c0a989832ddf0785001641ac462fc9 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 10 Jan 2008 18:26:03 +0000 Subject: Complete the renaming of Makefile (to reduce merge issues with local xpp copy). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3644 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 xpp/Makefile diff --git a/xpp/Makefile b/xpp/Makefile new file mode 100644 index 0000000..bbd4abe --- /dev/null +++ b/xpp/Makefile @@ -0,0 +1,7 @@ +# We only get here on kernels 2.6.0-2.6.8 . +# For newer kernels, Kbuild will be included directly by the kernel +# build system. +-include $(src)/Kbuild + +ctags: + ctags *.[ch] -- cgit v1.2.3