forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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