aboutsummaryrefslogtreecommitdiff
path: root/Makefile.include.in
diff options
context:
space:
mode:
authorJoakim Plate <elupus@ecce.se>2011-10-15 16:43:14 +0200
committerJoakim Plate <elupus@ecce.se>2011-10-15 18:23:04 +0200
commit500f762bdc4d120f7e096787b2f39877aadc1994 (patch)
tree89af9a3bcde92ec1783500e7ca366fec6635d561 /Makefile.include.in
parent67421b6184fc8c1fd86d263d95def4d8e3b596e3 (diff)
changed: silence linking step of xbmc.bin
Diffstat (limited to 'Makefile.include.in')
-rw-r--r--Makefile.include.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.include.in b/Makefile.include.in
index 787c8fa28a..8d41cf980c 100644
--- a/Makefile.include.in
+++ b/Makefile.include.in
@@ -64,6 +64,7 @@ ifneq ($(V), 1)
SILENT_GCH=@echo "GCH $@";
SILENT_MM =@echo "MM $@";
SILENT_AR =@echo "AR $@";
+ SILENT_LD =@echo "LD $@";
endif
OBJS+=$(filter %.o,$(SRCS:.cpp=.o))