summaryrefslogtreecommitdiffstats
path: root/debian/rules.d/scripts/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* linux-kbuild: Add check-local-export scriptBen Hutchings2022-07-171-0/+1
| | | | This is a new dependency of OOT module builds.
* Add test case for linux-kbuild and fix a missing script thereBen Hutchings2022-07-151-0/+1
|
* linux-kbuild: Include scripts/pahole-flags.shSalvatore Bonaccorso2022-03-301-0/+1
| | | | Closes: #1008501
* linux-kbuild: Build extract-cert in certs/ instead of scripts/Ben Hutchings2022-02-071-2/+1
|
* Fix external modules buildBastian Blank2021-08-171-0/+1
|
* linux-kbuild: Stop building conmakehashChristian Barcenas2020-04-011-1/+0
| | | | | | | | | Fix a FTBFS resulting after conmakehash was moved out of the scripts/ subdirectory (4484aa800ac5). The tool's only purpose is codegen of a single source file in the kernel tree. Building external modules should be unaffected by its removal from linux-kbuild.
* linux-kbuild: Stop building pnmtologoBen Hutchings2020-01-061-1/+0
| | | | | pnmtologo was moved out of the scripts/ subdirectory, and I don't see any reason why we should continue building it.
* linux-kbuild: Include scripts/subarch.include (Closes: #910348)Ben Hutchings2018-10-051-1/+2
|
* debian/rules.d: Update for move of bin2c back up to scriptsBen Hutchings2018-08-281-0/+1
|
* linux-kbuild: Include scripts/ld-version.sh, needed for powerpc 64-bit modulesBen Hutchings2017-10-191-0/+1
|
* linux-kbuild: Include headers_install.sh and unifdef (Closes: #832359)Ben Hutchings2016-08-051-1/+3
|
* linux-kbuild: Add extract-cert and sign-file programsBen Hutchings2016-04-041-1/+4
|
* linux-kbuild: Include scripts/gcc-*.shBen Hutchings2016-02-221-4/+1
| | | | | This makes no functional difference at present but should catch any new gcc feature test scripts.
* linux-kbuild: Include scripts/Makefile.* (Closes: #815593)Ben Hutchings2016-02-221-8/+1
|
* Move makefile hierarchy to debian/rules.d; use debian/build for output onlyBen Hutchings2016-02-191-0/+49
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'.