Commit Graph

3 Commits

Author SHA1 Message Date
Ben Hutchings 5d952f897c linux-kbuild: Update genksyms makefile to run flex and bison
The C code generated by these tools used to be included in the source
tree but has now been removed.
2018-04-20 03:38:54 +01:00
Ben Hutchings 6bea054037 debian/rules.d/scripts/{genksyms,kconfig}/Makefile: Update for 4.14
The keyword tables for genkyms and kconfig are now linear arrays, not
hash tables generated by ghash.  The filenames changed accordingly.
2017-10-02 04:45:49 +01:00
Ben Hutchings 0033746862 Move makefile hierarchy to debian/rules.d; use debian/build for output only
By passing both -C and -f options to make, we can separate makefiles
from the output directory without adding prefixes to all targets.

We can also reduce the 'clean' commands to little more than 'rm -rf'.
2016-02-19 20:24:18 +00:00