diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-12-16 15:27:23 +0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-18 10:23:36 -0500 |
commit | ace8f506423458c172e2baeb9f858928872cc744 (patch) | |
tree | 9946039479c37daf3f40b4c0cb67ab0d03882674 /Makefile | |
parent | f3bf212abc4139f12b472e97c1992ab32671b609 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)),) |