commit | 2b5acc8a7c3742722649f75af137a31b488a8b38 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat Mar 13 17:06:42 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Sat Mar 13 17:06:42 2021 -0800 |
tree | e0721f7a04dd278fa77bd0d517e5680855ddeefa | |
parent | da23a919ed5456f19c4c7afe9e877386eabfd01e [diff] [blame] |
Use JMK build system
diff --git a/boot/initrd/Jmk b/boot/initrd/Jmk new file mode 100644 index 0000000..de65cb5 --- /dev/null +++ b/boot/initrd/Jmk
@@ -0,0 +1,10 @@ +init(initrd, initrd.img) + +depends(mkinitrd, $(ROOT)/src/mkinitrd, mkinitrd) + +SOURCES = config + +initrd.img: $(SOURCES) | lib(mkinitrd) + lib(mkinitrd) $@ $^ + +finish