[svn-commits] kpfleming: branch group/new_octasic_build r1272 - /team/group/new_octasic_bui...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Aug 9 07:07:17 MST 2006


Author: kpfleming
Date: Wed Aug  9 09:07:17 2006
New Revision: 1272

URL: http://svn.digium.com/view/zaptel?rev=1272&view=rev
Log:
use Kbuild name instead of Makefile so future kernel 2.4 Makefile will be completely separate
make fw2h and firmware header actually get built
ignore generated files in subdir

Added:
    team/group/new_octasic_build/wct4xxp/Kbuild
      - copied, changed from r1271, team/group/new_octasic_build/wct4xxp/Makefile
Removed:
    team/group/new_octasic_build/wct4xxp/Makefile
Modified:
    team/group/new_octasic_build/wct4xxp/   (props changed)

Propchange: team/group/new_octasic_build/wct4xxp/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Aug  9 09:07:17 2006
@@ -1,0 +1,5 @@
+*.mod.c
+*.cmd
+*.ko
+vpm450m_fw.h
+fw2h

Copied: team/group/new_octasic_build/wct4xxp/Kbuild (from r1271, team/group/new_octasic_build/wct4xxp/Makefile)
URL: http://svn.digium.com/view/zaptel/team/group/new_octasic_build/wct4xxp/Kbuild?p2=team/group/new_octasic_build/wct4xxp/Kbuild&p1=team/group/new_octasic_build/wct4xxp/Makefile&r1=1271&r2=1272&rev=1272&view=diff
==============================================================================
--- team/group/new_octasic_build/wct4xxp/Makefile (original)
+++ team/group/new_octasic_build/wct4xxp/Kbuild Wed Aug  9 09:07:17 2006
@@ -6,7 +6,9 @@
 
 wct4xxp-objs := base.o vpm450m.o $(shell $(src)/../oct612x/octasic-helper objects ../oct612x)
 
-vpm450m.c: $(obj)/vpm450m_fw.h
+$(obj)/vpm450m.o: $(obj)/vpm450m_fw.h
 
 $(obj)/vpm450m_fw.h: $(src)/OCT6114-128D.ima $(obj)/fw2h
 	$(obj)/fw2h $< $@
+
+clean-files := vpm450m_fw.h



More information about the svn-commits mailing list