Remove echoing in obj_int_extract rule

Change-Id: I9965170b40e2f32e9d84895c33a529b0d7dacdc1
This commit is contained in:
Attila Nagy 2011-03-16 12:56:52 +02:00
parent 71bcd9f1af
commit 346b3e7ce9

View File

@ -152,7 +152,7 @@ endif
# Rule to extract assembly constants from C sources
#
obj_int_extract: build/make/obj_int_extract.c
$(if $(quiet),echo " [HOSTCC] $@")
$(if $(quiet),@echo " [HOSTCC] $@")
$(qexec)$(HOSTCC) -I. -I$(SRC_PATH_BARE) -o $@ $<
CLEAN-OBJS += obj_int_extract