diff options
| author | Bo Shen <[email protected]> | 2013-12-16 15:27:23 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-12-18 10:23:36 -0500 |
| commit | ace8f506423458c172e2baeb9f858928872cc744 (patch) | |
| tree | 9946039479c37daf3f40b4c0cb67ab0d03882674 | |
| parent | f3bf212abc4139f12b472e97c1992ab32671b609 (diff) | |
Makefile: fix the typo error for mrproper
Fix the typo error for mrproper from mkproper.
Signed-off-by: Bo Shen <[email protected]>
Acked-by: Simon Glass <[email protected]>
| -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)),) |
