Skip to content
Snippets Groups Projects
Commit ace8f506 authored by Bo Shen's avatar Bo Shen Committed by Tom Rini
Browse files

Makefile: fix the typo error for mrproper


Fix the typo error for mrproper from mkproper.

Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent f3bf212a
No related branches found
No related tags found
No related merge requests found
......@@ -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)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment