[zaptel-commits] kpfleming: branch 1.2 r2250 - /branches/1.2/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Feb 28 13:43:42 MST 2007


Author: kpfleming
Date: Wed Feb 28 14:43:42 2007
New Revision: 2250

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2250
Log:
correct comment, and set module installation directory before it is needed

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2250&r1=2249&r2=2250
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Wed Feb 28 14:43:42 2007
@@ -77,9 +77,11 @@
 endif
 endif
 
+MOD_DESTDIR:=zaptel
+
 #NOTE NOTE NOTE
 #
-# all variables set before the include of Kbuild are needed by the 2.6 kernel module build process
+# all variables set before the include of Makefile.kernel26 are needed by the 2.6 kernel module build process
 
 ifneq ($(KBUILD_EXTMOD),)
 
@@ -139,8 +141,6 @@
 LIBTONEZONE_SO:=libtonezone.so
 LIBTONEZONE_SO_MAJOR_VER:=1
 LIBTONEZONE_SO_MINOR_VER:=0
-
-MOD_DESTDIR:=zaptel
 
 BINS=ztcfg torisatool makefw ztmonitor ztspeed zttest fxotune
 ifneq (,$(wildcard /usr/include/newt.h))



More information about the zaptel-commits mailing list