diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-11 19:45:18 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-08-25 10:56:10 +0300 |
commit | 315511166469a641c1b838eaca6bdd3af5c362c4 (patch) | |
tree | 54a27642cdde644ea24ead57a85b415d6aa11336 /arch/microblaze/Makefile | |
parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff) | |
download | linux-315511166469a641c1b838eaca6bdd3af5c362c4.tar.xz |
microblaze: move core-y in arch/microblaze/Makefile to arch/microblaze/Kbuild
Use obj-y to clean up Makefile.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210811164518.187497-1-masahiroy@kernel.org
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/Makefile')
-rw-r--r-- | arch/microblaze/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile index 6d4af39e3890..9adc6b6434df 100644 --- a/arch/microblaze/Makefile +++ b/arch/microblaze/Makefile @@ -50,17 +50,12 @@ KBUILD_CFLAGS += -ffixed-r31 $(CPUFLAGS-y) $(CPUFLAGS-1) $(CPUFLAGS-2) head-y := arch/microblaze/kernel/head.o libs-y += arch/microblaze/lib/ -core-y += arch/microblaze/kernel/ -core-y += arch/microblaze/mm/ -core-$(CONFIG_PCI) += arch/microblaze/pci/ boot := arch/microblaze/boot # Are we making a simpleImage.<boardname> target? If so, crack out the boardname DTB:=$(subst simpleImage.,,$(filter simpleImage.%, $(MAKECMDGOALS))) -core-y += $(boot)/dts/ - export DTB all: linux.bin |