Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

openrisc: remove unneeded code in arch/openrisc/Makefile

- LDFLAGS_vmlinux is cleared by the top Makefile

- 'all: vmlinux' is specified by the top Makefile

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

-3
-3
arch/openrisc/Makefile
··· 20 20 KBUILD_DEFCONFIG := or1ksim_defconfig 21 21 22 22 OBJCOPYFLAGS := -O binary -R .note -R .comment -S 23 - LDFLAGS_vmlinux := 24 23 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) 25 24 26 25 KBUILD_CFLAGS += -pipe -ffixed-r10 -D__linux__ ··· 49 50 BUILTIN_DTB := n 50 51 endif 51 52 core-$(BUILTIN_DTB) += arch/openrisc/boot/dts/ 52 - 53 - all: vmlinux