diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2016-10-24 13:24:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-25 21:02:21 +0200 |
commit | a17b603f1cdcbe29984e744f809e10fea1c4b94f (patch) | |
tree | 4e20d3c693fcd4e3758ae689cd7109ef3660b8fb /Makefile | |
parent | 6bbb8cf19c38a7f15d28617ef492e1c6f202b6f9 (diff) |
add Makefile target for saving the kernel configuration to an external file
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ # GNU make and BSD make compatible make file wrapper MAKECMDGOALS+= ${.TARGETS} -all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches: +all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig savekconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches: @./scripts/prereq.sh ${MAKECMDGOALS} |