summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-12-16 15:27:23 +0800
committerTom Rini <trini@ti.com>2013-12-18 10:23:36 -0500
commitace8f506423458c172e2baeb9f858928872cc744 (patch)
tree9946039479c37daf3f40b4c0cb67ab0d03882674 /Makefile
parentf3bf212abc4139f12b472e97c1992ab32671b609 (diff)
downloadblackbird-obmc-uboot-ace8f506423458c172e2baeb9f858928872cc744.tar.gz
blackbird-obmc-uboot-ace8f506423458c172e2baeb9f858928872cc744.zip
Makefile: fix the typo error for mrproper
Fix the typo error for mrproper from mkproper. Signed-off-by: Bo Shen <voice.shen@atmel.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f03d116d7c..de36187fb0 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ endif
include $(TOPDIR)/config.mk
# Targets which don't build the source code
-NON_BUILD_TARGETS = backup clean clobber distclean mkproper tidy unconfig
+NON_BUILD_TARGETS = backup clean clobber distclean mrproper tidy unconfig
# Only do the generic board check when actually building, not configuring
ifeq ($(filter $(NON_BUILD_TARGETS),$(MAKECMDGOALS)),)
OpenPOWER on IntegriCloud