mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-28 01:31:35 +00:00
13 lines
326 B
Diff
13 lines
326 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 9fd8afe..7591a9e 100755
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -64,6 +64,8 @@ else
|
|
XECHO = :
|
|
endif
|
|
|
|
+MAKEFLAGS += --no-print-directory
|
|
+
|
|
#########################################################################
|
|
#
|
|
# U-boot build supports producing a object files to the separate external
|