diff options
Diffstat (limited to 'tools/objtool')
| -rw-r--r-- | tools/objtool/Build | 2 | ||||
| -rw-r--r-- | tools/objtool/Makefile | 2 |
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 @@ | |||
| 1 | objtool-y += arch/$(ARCH)/ | 1 | objtool-y += arch/$(SRCARCH)/ |
| 2 | objtool-y += builtin-check.o | 2 | objtool-y += builtin-check.o |
| 3 | objtool-y += elf.o | 3 | objtool-y += elf.o |
| 4 | objtool-y += special.o | 4 | objtool-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 | |||
| 33 | CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED) | 33 | CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED) |
| 34 | 34 | ||
| 35 | AWK = awk | 35 | AWK = awk |
| 36 | export srctree OUTPUT CFLAGS ARCH AWK | 36 | export srctree OUTPUT CFLAGS SRCARCH AWK |
| 37 | include $(srctree)/tools/build/Makefile.include | 37 | include $(srctree)/tools/build/Makefile.include |
| 38 | 38 | ||
| 39 | $(OBJTOOL_IN): fixdep FORCE | 39 | $(OBJTOOL_IN): fixdep FORCE |
