[zaptel-commits] tzafrir: branch tzafrir/kernelmove_14 r3337 - /team/tzafrir/kernelmove_14/

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Dec 6 16:19:32 CST 2007


Author: tzafrir
Date: Thu Dec  6 16:19:31 2007
New Revision: 3337

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3337
Log:
Give different names to some modules.

Modified:
    team/tzafrir/kernelmove_14/Makefile

Modified: team/tzafrir/kernelmove_14/Makefile
URL: http://svn.digium.com/view/zaptel/team/tzafrir/kernelmove_14/Makefile?view=diff&rev=3337&r1=3336&r2=3337
==============================================================================
--- team/tzafrir/kernelmove_14/Makefile (original)
+++ team/tzafrir/kernelmove_14/Makefile Thu Dec  6 16:19:31 2007
@@ -82,7 +82,7 @@
 endif
 
 # FIXME: We should not have hardwired lists of modules in the makefile
-MODULES		:= pciradio tor2 torisa wcfxo wct1xxp wctdm \
+MODULES_TRY	:= pciradio tor2 torisa wcfxo wct1xxp wctdm \
   		   wcte11xp wcte12xp wcusb zaptel ztd-eth ztd-loc ztdummy \
 		   ztdynamic zttranscode
 
@@ -103,10 +103,10 @@
   NOSUPPORTED_MODULES	+= torisa
 endif
 
-MODULES:=$(filter-out $(MENUSELECT_MODULES) $(NOSUPPORTED_MODULES),$(MODULES))
-
-ZAP_SUBDIRS	:= xpp wctdm24xxp wctc4xxp wct4xxp
-ZAP_SUBDIRS	:= $(filter-out $(MENUSELECT_MODULES) $(NOSUPPORTED_DIRS),$(ZAP_SUBDIRS))
+MODULES:=$(filter-out $(MENUSELECT_MODULES) $(NOSUPPORTED_MODULES),$(MODULES_TRY))
+
+ZAP_SUBDIRS_TRY	:= xpp wctdm24xxp wctc4xxp wct4xxp
+ZAP_SUBDIRS	:= $(filter-out $(MENUSELECT_MODULES) $(NOSUPPORTED_DIRS),$(ZAP_SUBDIRS_TRY))
 
 
 ifneq (,$(findstring xpp,$(ZAP_SUBDIRS)))




More information about the zaptel-commits mailing list