hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/openrisc/Makefile
....@@ -20,7 +20,6 @@
2020 KBUILD_DEFCONFIG := or1ksim_defconfig
2121
2222 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
23
-LDFLAGS_vmlinux :=
2423 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
2524
2625 KBUILD_CFLAGS += -pipe -ffixed-r10 -D__linux__
....@@ -50,5 +49,3 @@
5049 BUILTIN_DTB := n
5150 endif
5251 core-$(BUILTIN_DTB) += arch/openrisc/boot/dts/
53
-
54
-all: vmlinux