I am trying to compile a driver for the latest linux kernel, and I ran into a
difference on how the old and new kernels run sub-makefiles, and I'm curious
as to why.  I have a makefile similar to the following:


include submakfile
VAR1 += somevalue

Where, submakefile references VAR1.  When I build with the old kernel, VAR1
in submakefile contains 'somevalue'.  When I build with the new kernel, VAR1
in submakefile does not contain 'somevalue'.  I'm wondering if anyone has
any ideas what might be causing this?  (I'm using gnu make 3.81 in case it
matters)
-- 
View this message in context: 
http://www.nabble.com/Make-behaviour-changes-with-new-kernel--tp24988525p24988525.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to