summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2011-08-22 21:28:47 +0200
committerPeter Korsgaard2011-08-22 22:15:35 +0200
commitf5777ce8fbd60c216234de58147f25dfaac88fe6 (patch)
treeed5e20f91e4aff01405f4557c760d7c7fbeb7686 /Makefile
parentmtd: bump to 1.4.6 (diff)
downloadbuildroot-f5777ce8fbd60c216234de58147f25dfaac88fe6.tar.gz
buildroot-f5777ce8fbd60c216234de58147f25dfaac88fe6.tar.xz
buildroot-f5777ce8fbd60c216234de58147f25dfaac88fe6.zip
linux: add linux/linux26-savedefconfig support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24f0cb2d0..7e7e25f75 100644
--- a/Makefile
+++ b/Makefile
@@ -652,6 +652,7 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
endif
ifeq ($(BR2_LINUX_KERNEL),y)
@echo ' linux-menuconfig - Run Linux kernel menuconfig'
+ @echo ' linux-savedefconfig - Run Linux kernel savedefconfig'
endif
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
@echo ' uclibc-menuconfig - Run uClibc menuconfig'