summaryrefslogtreecommitdiff
path: root/Cmds
diff options
context:
space:
mode:
Diffstat (limited to 'Cmds')
-rw-r--r--Cmds5
1 files changed, 0 insertions, 5 deletions
diff --git a/Cmds b/Cmds
index fdb80ea..67d34cf 100644
--- a/Cmds
+++ b/Cmds
@@ -8,11 +8,6 @@ SHELL := $(shell if [ -x /bin/bash ]; then echo /bin/bash; else echo /bin/sh; fi
LDQ = $(Q)echo -e " LD\t$@" && $(CCACHE) $(CC)
CCNQ = $(CCACHE) $(CC)
CCQ = $(Q)echo -e " CC\t$<" && $(CCNQ)
-ifeq ($(DEBUG), 1)
- STRIPQ = $(Q)true
-else
- STRIPQ = $(Q)echo -e " STRIP\t$@" && $(STRIP)
-endif
# sparse related
C =
th>28a235931b56d4e7bdd51f6733daf95f2b269da8 (diff)parente0af24849efb0eea572cf22d22bb65d164cb8a6f (diff)
Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.8
Diffstat (limited to 'Documentation/devicetree')