diff options
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index fa30453b1331..ac14601577a6 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -96,11 +96,12 @@ drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/ libs-y += arch/arc/lib/ $(LIBGCC) +boot := arch/arc/boot + #default target for make without any arguements. -KBUILD_IMAGE := bootpImage +KBUILD_IMAGE := bootpImage all: $(KBUILD_IMAGE) -boot := arch/arc/boot bootpImage: vmlinux |