From 1ad41e0549306325bbf4473d80fd97715a4be314 Mon Sep 17 00:00:00 2001 From: Piotr Czarnecki Date: Thu, 16 Jan 2014 21:12:12 +0100 Subject: [PATCH] ARM: simplify build process --- arch/arm/Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 42dfa960bd..770a80c4b1 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -24,7 +24,7 @@ LINK := $(BDIR)/linker.ld $(BDIR)/loader.o $(BDIR)/main.o $(BDIR)/core.o aeabi_l .PHONY: all run debug clean -all: boot/floppy.img +all: $(BDIR)/floppy.img $(BDIR)/$(LCORE): $(wildcard ../../rust-core/core/*.rs) $(RUSTC) $(RUSTCFLAGS) ../../rust-core/core/lib.rs --out-dir $(BDIR) @@ -32,20 +32,14 @@ $(BDIR)/$(LCORE): $(wildcard ../../rust-core/core/*.rs) $(BDIR)/core.bc: $(BDIR)/$(LCORE) cd $(@D); ar x $(