diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-14 11:19:57 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-16 17:31:18 +0300 |
commit | be3bb599d84b50d27d6077085388afabdd2ee18a (patch) | |
tree | 5220fa9e849b97befed8ffafececaf54a5f2b7b2 /arch | |
parent | b421b8a6cb87f099466fff00d1870c2db778c617 (diff) | |
download | linux-be3bb599d84b50d27d6077085388afabdd2ee18a.tar.xz |
ia64: remove redundant 'export AWK'
This is exported by the top Makefile.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index 320d86f192ee..171290f9f1de 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile @@ -16,8 +16,6 @@ KBUILD_DEFCONFIG := generic_defconfig NM := $(CROSS_COMPILE)nm -B READELF := $(CROSS_COMPILE)readelf -export AWK - CHECKFLAGS += -D__ia64=1 -D__ia64__=1 -D_LP64 -D__LP64__ OBJCOPYFLAGS := --strip-all |