diff options
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 $@ |