summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2011-08-22 21:28:48 +0200
committerPeter Korsgaard2011-08-24 14:43:56 +0200
commit83f1bf9e4553ab4ac01f17566b3f74df8058987d (patch)
tree331ad5c1f3f7e4a85bb1873eb9d854d51da337c4 /Makefile
parentlinux: add linux/linux26-savedefconfig support (diff)
downloadbuildroot-83f1bf9e4553ab4ac01f17566b3f74df8058987d.tar.gz
buildroot-83f1bf9e4553ab4ac01f17566b3f74df8058987d.tar.xz
buildroot-83f1bf9e4553ab4ac01f17566b3f74df8058987d.zip
barebox: add barebox-<n/x/menu>config and barebox-savedefconfig support
[Peter: only activate if barebox is enabled, fix deps] 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--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e7e25f75..f74a6acb8 100644
--- a/Makefile
+++ b/Makefile
@@ -660,6 +660,10 @@ endif
ifeq ($(BR2_TOOLCHAIN_CTNG),y)
@echo ' ctng-menuconfig - Run crosstool-NG menuconfig'
endif
+ifeq ($(BR2_TARGET_BAREBOX),y)
+ @echo ' barebox-menuconfig - Run barebox menuconfig'
+ @echo ' barebox-savedefconfig - Run barebox savedefconfig'
+endif
@echo
@echo 'Miscellaneous:'
@echo ' source - download all sources needed for offline-build'