]> git.ipfire.org Git - oddments/ipfire-netboot.git/blame - Makefile
Build undionly.kpxe image, too.
[oddments/ipfire-netboot.git] / Makefile
CommitLineData
65b36ef7
MT
1
2SCRIPTS = $(CURDIR)/ipfireboot.gpxe
3
6994e8be 4TARGETS = bin/gpxe.iso bin/gpxe.kpxe bin/undionly.kpxe
6c2c5968
MT
5
6all: $(TARGETS)
7
8clean:
9 rm -rfv $(TARGETS)
10 make -C gpxe/src clean
11
12$(TARGETS):
13 make -C gpxe/src EMBEDDED_IMAGE=$(SCRIPTS) $@
14 -mkdir -pv $$(dirname $@)
15 cp -vf gpxe/src/$@ $@