Commit Graph

19 Commits

Author SHA1 Message Date
Ben Hutchings
e89a92ea07 debian/rules.d/scripts/mod: Add uuid_t and UUID_STRING_LEN definitions 2019-05-19 17:28:16 +01:00
Ben Hutchings
d17e39e4ec debian/rules.d/scripts/kconfig: Update for upstream file renaming 2019-05-19 17:28:15 +01:00
Ben Hutchings
16a85436ee debian/rules.d/scripts/kconfig: Update dependencies for 5.0
* kconf_id.c was deleted
* Various source files are no longer included by zconf.y => zconf.tab.c
  so must be compiled separately
* zconf.l => zconf.lex.c now includes zconf.tab.h
2019-03-12 21:19:58 +00:00
Ben Hutchings
f8450c79c8 Fix pycodestyle "inalid escape sequence" warnings 2018-12-28 15:35:50 +00:00
Ben Hutchings
e7923f96b5 linux-kbuild: Include scripts/subarch.include (Closes: #910348) 2018-10-05 18:27:50 +01:00
Ben Hutchings
0349f8f365 debian/rules.d: Update for move of bin2c back up to scripts 2018-08-28 22:07:54 +01:00
Ben Hutchings
f757f30817 debian/rules.d/scripts/mod/gendef.py: Use Python 3 2018-06-26 22:22:22 +01:00
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
8ca20af96f debian/rules.d/tools/kconfig/Makefile: Use bison and flex to build kconfig 2018-03-13 02:06:49 +00:00
Ben Hutchings
e59d862868 Merge tag 'debian/4.13.10-1'
Release linux (4.13.10-1).
2017-10-30 18:31:31 +00:00
Ben Hutchings
92aff93068 linux-kbuild: Include scripts/ld-version.sh, needed for powerpc 64-bit modules 2017-10-19 23:08:34 +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
0e64929fc5 scripts/mod: Update modpost wrapper for 4.12
Commit cf0c3e68aa "kbuild: fix asm-offset generation to work with clang"
changed the macros used by devicetable-offsets.c.  Copy the new sed code
from upstream scripts/Makefile.lib.
2017-07-18 04:45:51 +01:00
Ben Hutchings
df9be3c95e linux-kbuild: Include headers_install.sh and unifdef (Closes: #832359) 2016-08-05 19:15:54 +01:00
Ben Hutchings
6e18d075e9 linux-kbuild: Add extract-cert and sign-file programs 2016-04-04 10:41:48 +01:00
Ben Hutchings
9d68385e9d linux-kbuild: Include scripts/gcc-*.sh
This makes no functional difference at present but should catch any new
gcc feature test scripts.
2016-02-22 23:31:42 +00:00
Ben Hutchings
0de4f2c89d linux-kbuild: Include scripts/Makefile.* (Closes: #815593) 2016-02-22 23:26:51 +00:00
Ben Hutchings
7d90293de3 Adjust VPATH to work for check-hyperv (and simplify the modpost wrapper) 2016-02-21 16:43:40 +00: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