diff options
author | 2024-01-23 11:50:29 +0100 | |
---|---|---|
committer | 2024-01-23 11:50:29 +0100 | |
commit | 7385ed39a40ca09e66e107b5f47a25d5b0ccbaf7 (patch) | |
tree | 1b9c3895596bb2e6f94b279d75e40d8432a49e47 /Makefile | |
parent | dc9b0f067bd0b2bd5637841253e0b115c6aa8646 (diff) | |
download | alex-master.tar.gz alex-master.zip |
It's useful to configure the OS before building.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,10 @@ KERNEL_VERSION = 5.11.6 BUSYBOX_VERSION = 1.33.0 SYSLINUX_VERSION = 6.03 -all: busybox linux initrd +all: check-deps busybox linux initrd + +check-deps: + scripts/check-deps.sh initrd: @mkdir -p $@ |