From dbf8051b468e240370e3bde630a4e6fa88a031de Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 14 Nov 2014 11:08:15 +0100 Subject: adapt buildsys --- boot2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boot2/Makefile') diff --git a/boot2/Makefile b/boot2/Makefile index 17dc454..f1de230 100644 --- a/boot2/Makefile +++ b/boot2/Makefile @@ -3,13 +3,15 @@ include ../Makefile.common STAGE2=stage2.bin +MP=mp.bin ASM_SOURCES=$(wildcard *.asm) $(STAGE2): $(ASM_SOURCES) +$(MP): $(ASM_SOURCES) clean: - -rm $(STAGE2) + -rm $(STAGE2) $(MP) -- cgit v1.2.3