- Feb 18, 2016
-
-
Split a rule into two rules, to make make happy. In previous versions of make it was acceptable to list one or more explicit targets followed by one or more pattern targets in the same rule and it worked "as expected". However, this was not documented as acceptable and if you listed any explicit targets AFTER the pattern targets, the entire rule would be mis-parsed. This release removes this ability completely: make will generate an error message if you mix explicit and pattern targets in the same rule. You must split these rules into two rules: one for the pattern and one for the explicit targets. The Linux kernel source has already been modified in this way (in newer kernels).
-
- Jul 22, 2015
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Nov 21, 2013
-
-
Alessandro Rubini authored
The Makefile was empty, this only adds the kconfig rules and a default target that make silentoldconfig Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- May 11, 2011
-
-
Alessandro Rubini authored
-
- Nov 22, 2010
-
-
Alessandro Rubini authored
This simply addes ./nic to the subdiretories being compiled
-
Alessandro Rubini authored
This unifies wr_vic and wr_minic in a single directory, which results in a simplification of Makefiles. EXTRA_CFLAGS has been removed as it's now not needed any more.
-
Alessandro Rubini authored
This commit cleans up the Makefiles, removing the "build.sh" scripts and adding EXTRA_CFLAGS to include wr_vic.h from wr_minic directory. This works, but the next commit works better.
-
- Nov 19, 2010
-
-
Alessandro Rubini authored
This is a simple copy for files from the white-rabbit svn, currently at revision 623. No local modification is there at this commit. The author of the code is Tomasz Wlostowski, even though I haven't marked him as --author (lazy me).
-