aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool')
-rw-r--r--tools/objtool/Build2
-rw-r--r--tools/objtool/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/objtool/Build b/tools/objtool/Build
index 2457916a3943..d6cdece5e58b 100644
--- a/tools/objtool/Build
+++ b/tools/objtool/Build
@@ -1,4 +1,4 @@
1objtool-y += arch/$(ARCH)/ 1objtool-y += arch/$(SRCARCH)/
2objtool-y += builtin-check.o 2objtool-y += builtin-check.o
3objtool-y += elf.o 3objtool-y += elf.o
4objtool-y += special.o 4objtool-y += special.o
diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile
index 91b5f986d335..0b437700f688 100644
--- a/tools/objtool/Makefile
+++ b/tools/objtool/Makefile
@@ -33,7 +33,7 @@ elfshdr := $(shell echo '\#include <libelf.h>' | $(CC) $(CFLAGS) -x c -E - | gre
33CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED) 33CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED)
34 34
35AWK = awk 35AWK = awk
36export srctree OUTPUT CFLAGS ARCH AWK 36export srctree OUTPUT CFLAGS SRCARCH AWK
37include $(srctree)/tools/build/Makefile.include 37include $(srctree)/tools/build/Makefile.include
38 38
39$(OBJTOOL_IN): fixdep FORCE 39$(OBJTOOL_IN): fixdep FORCE