kernel/arch/openrisc/Makefile
.. .. @@ -20,7 +20,6 @@ 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__ .. .. @@ -50,5 +49,3 @@ 50 49 BUILTIN_DTB := n 51 50 endif 52 51 core-$(BUILTIN_DTB) += arch/openrisc/boot/dts/ 53 -54 -all: vmlinux