From a17b603f1cdcbe29984e744f809e10fea1c4b94f Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Mon, 24 Oct 2016 13:24:38 +0200 Subject: add Makefile target for saving the kernel configuration to an external file Signed-off-by: Mario Haustein --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5faad4743..bdab1564a 100644 --- a/Makefile +++ b/Makefile @@ -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} -- cgit v1.2.3