add feature "make V=1" for verbose build as requested by Ron. (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@154 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
b6eaa40545
commit
49d253d009
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -56,8 +56,11 @@ LINUXBIOSINCLUDE := -I$(src) -Iinclude \
|
|||
-I$(src)/include \
|
||||
-I$(src)/include/cpu/generic/$(ARCH)/ \
|
||||
-include $(obj)/config.h
|
||||
# make silent per default
|
||||
|
||||
# make is silent per default. make V=1 will show all compiler calls.
|
||||
ifneq ($(V),1)
|
||||
Q := @
|
||||
endif
|
||||
|
||||
CPPFLAGS := $(LINUXBIOSINCLUDE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue