aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.headersinst
Commit message (Collapse)AuthorAgeFilesLines
* kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada2018-12-211-1/+0
| | | | | | | | | | | | | | | The shorthand "clean" is defined in both the top Makefile and scripts/Makefile.clean. Likewise, the "hdr-inst" is defined in both the top Makefile and scripts/Makefile.headersinst. To reduce code duplication, this commit collects them into scripts/Kbuild.include like the "build" and "modbuiltin" shorthands. It requires scripts/Makefile.clean to include scripts/Kbuild.include, but its impact on the performance of "make clean" should be negligible. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
* first commitMeizu OpenSource2016-08-151-0/+140