[zaptel-commits] tzafrir: branch 1.4 r3435 - /branches/1.4/xpp/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Tue Dec 11 12:17:29 CST 2007


Author: tzafrir
Date: Tue Dec 11 12:17:29 2007
New Revision: 3435

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3435
Log:
A legacy Kbuild Makefile for xpp/ .

Added:
    branches/1.4/xpp/Makefile
      - copied, changed from r3431, branches/1.4/wctc4xxp/Makefile

Copied: branches/1.4/xpp/Makefile (from r3431, branches/1.4/wctc4xxp/Makefile)
URL: http://svn.digium.com/view/zaptel/branches/1.4/xpp/Makefile?view=diff&rev=3435&p1=branches/1.4/wctc4xxp/Makefile&r1=3431&p2=branches/1.4/xpp/Makefile&r2=3435
==============================================================================
--- branches/1.4/wctc4xxp/Makefile (original)
+++ branches/1.4/xpp/Makefile Tue Dec 11 12:17:29 2007
@@ -1,16 +1,4 @@
-ifneq ($(KBUILD_EXTMOD),)
 # 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 $(obj)/Kbuild
-
-else
-
-tests: codec_test
-
-codec_test: codec_test.c ../zaptel.h
-	$(CC) -o $@ $< $(CFLAGS)
-
-clean:
-	rm -rf codec_test
-endif




More information about the zaptel-commits mailing list