summaryrefslogtreecommitdiffstats
path: root/rules/image-kernel.make
Commit message (Collapse)AuthorAgeFilesLines
* kernel: build out-of-treeMichael Olbrich2019-09-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: cleanup ruleMichael Olbrich2018-11-101-2/+1
| | | | | | | | | | | | Use _CONF_OPT/_MAKE_OPT/_INSTALL_OPT. This makes it possible to use more of the generic build stages. KBUILD_BUILD_* is now handled by the generic build stages. Add some magic to detect external kernel modules that still use KERNEL_MAKEVARS. Drop the patch handling in clean. Patches are not applied if a local_src/ symlink is used. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-kernel: use the correct file as initramfsMichael Olbrich2018-06-181-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* create image rules for the kernel imagesMichael Olbrich2018-05-301-0/+42
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>