diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-21 11:11:17 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-08-21 19:47:15 +0200 |
commit | 6bfa3134bd3a185e98031c8a8dee18e82153df2d (patch) | |
tree | becea73e504b65ebde6584979d068cb667edc288 /arch/arm64/Makefile | |
parent | arm64: entry: Move ct_user_exit before any other exception (diff) | |
download | linux-6bfa3134bd3a185e98031c8a8dee18e82153df2d.tar.xz linux-6bfa3134bd3a185e98031c8a8dee18e82153df2d.zip |
arm64: add arch/arm64/Kbuild
Use the standard obj-y form to specify the sub-directories under
arch/arm64/. No functional change intended.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/Makefile')
-rw-r--r-- | arch/arm64/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 61de992bbea3..dcbbd53b7f5a 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -136,11 +136,7 @@ KASAN_SHADOW_OFFSET := $(shell printf "0x%08x00000000\n" $$(( \ export TEXT_OFFSET GZFLAGS -core-y += arch/arm64/kernel/ arch/arm64/mm/ -core-$(CONFIG_NET) += arch/arm64/net/ -core-$(CONFIG_KVM) += arch/arm64/kvm/ -core-$(CONFIG_XEN) += arch/arm64/xen/ -core-$(CONFIG_CRYPTO) += arch/arm64/crypto/ +core-y += arch/arm64/ libs-y := arch/arm64/lib/ $(libs-y) core-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a |