Skip to content

Commit 1511e5d

Browse files
committed
Merge tag 'microblaze-v5.15' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze update from Michal Simek: - Kbuild clean up * tag 'microblaze-v5.15' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: move core-y in arch/microblaze/Makefile to arch/microblaze/Kbuild
2 parents 14e2bc4 + 3155111 commit 1511e5d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

arch/microblaze/Kbuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2+
obj-y += kernel/
3+
obj-y += mm/
4+
obj-$(CONFIG_PCI) += pci/
5+
obj-y += boot/dts/

arch/microblaze/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,12 @@ KBUILD_CFLAGS += -ffixed-r31 $(CPUFLAGS-y) $(CPUFLAGS-1) $(CPUFLAGS-2)
5050

5151
head-y := arch/microblaze/kernel/head.o
5252
libs-y += arch/microblaze/lib/
53-
core-y += arch/microblaze/kernel/
54-
core-y += arch/microblaze/mm/
55-
core-$(CONFIG_PCI) += arch/microblaze/pci/
5653

5754
boot := arch/microblaze/boot
5855

5956
# Are we making a simpleImage.<boardname> target? If so, crack out the boardname
6057
DTB:=$(subst simpleImage.,,$(filter simpleImage.%, $(MAKECMDGOALS)))
6158

62-
core-y += $(boot)/dts/
63-
6459
export DTB
6560

6661
all: linux.bin

0 commit comments

Comments
 (0)