We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d724b57 commit e30d448Copy full SHA for e30d448
arch/nios2/Kbuild
@@ -1,4 +1,6 @@
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
+obj-y += kernel/ mm/ platform/ boot/dts/
4
+
5
# for cleaning
6
subdir- += boot
arch/nios2/Makefile
@@ -39,17 +39,13 @@ KBUILD_CFLAGS += -G 0
39
40
head-y := arch/nios2/kernel/head.o
41
libs-y += arch/nios2/lib/ $(LIBGCC)
42
-core-y += arch/nios2/kernel/ arch/nios2/mm/
43
-core-y += arch/nios2/platform/
44
45
INSTALL_PATH ?= /tftpboot
46
nios2-boot := arch/$(ARCH)/boot
47
BOOT_TARGETS = vmImage zImage
48
PHONY += $(BOOT_TARGETS) install
49
KBUILD_IMAGE := $(nios2-boot)/vmImage
50
51
-core-y += $(nios2-boot)/dts/
52
-
53
all: vmImage
54
55
$(BOOT_TARGETS): vmlinux
0 commit comments