From a9e8cb8535044f24e34e26b9890854b1ae7409bf Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 14 Nov 2014 13:56:29 +0100 Subject: minor fixes in buildsys --- boot2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot2/Makefile') diff --git a/boot2/Makefile b/boot2/Makefile index f1de230..25a9a2e 100644 --- a/boot2/Makefile +++ b/boot2/Makefile @@ -2,11 +2,15 @@ include ../Makefile.common +.PHONY: all clean + STAGE2=stage2.bin MP=mp.bin ASM_SOURCES=$(wildcard *.asm) +all: $(STAGE2) $(MP) + $(STAGE2): $(ASM_SOURCES) $(MP): $(ASM_SOURCES) -- cgit v1.2.3