From 295254195ce053b027c02042db928e89fa078593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Apr 2015 10:52:45 +0200 Subject: Add target deflinux to root Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ecbfe3..2747982 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ help: @echo " buildroot configuration." @echo "mlinux - Calls 'make menuconfig' in linux folder. Use this for linux" @echo " configuration." + @echo "deflinux - Executes 'make defconfig' in linux folder. This generates default" + @echo " linux configuration for architecture specified in conf.py" @echo "test - Executes boot and benchmark test. You should use this before" @echo " target run. This target is for testing if initial kernel" @echo " configuration, buildroot configuration and benchmark are" @@ -28,6 +30,9 @@ mbuildroot: mlinux: ARCH=$(SRCARCH) $(MAKE) -C linux menuconfig +deflinux: + ARCH=$(SRCARCH) $(MAKE) -C linux defconfig + test: build/initram.gz @ #TODO -- cgit v1.2.3