]> git.ipfire.org Git - oddments/ipfire-netboot.git/blobdiff - Makefile
Make custom configuration.
[oddments/ipfire-netboot.git] / Makefile
index 06a2a631f9c500d6826a4c3112c47914f8f8bbdd..1f09188bbd75b18f8c4084cde9be5adaf38d53ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,12 @@ clean:
        make -C gpxe/src clean
 
 $(TARGETS):
+       # Copy our configuration to the gPXE submodule
+       cp -vf config/* gpxe/src/config/local/
+
+       # Build the image
        make -C gpxe/src EMBEDDED_IMAGE=$(SCRIPTS) $@
+
+       # Copy the image to bin/
        -mkdir -pv $$(dirname $@)
        cp -vf gpxe/src/$@ $@