summaryrefslogtreecommitdiff
path: root/boot2/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-14 13:56:29 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-14 13:56:29 +0100
commita9e8cb8535044f24e34e26b9890854b1ae7409bf (patch)
treeb0b4e2019fcce1379acb43df79a362936fcaaa6c /boot2/Makefile
parentc3990b594d89036c0d1d514200f074b566fdfccb (diff)
minor fixes in buildsys
Diffstat (limited to 'boot2/Makefile')
-rw-r--r--boot2/Makefile4
1 files changed, 4 insertions, 0 deletions
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)