From 7385ed39a40ca09e66e107b5f47a25d5b0ccbaf7 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 23 Jan 2024 11:50:29 +0100 Subject: Add check-deps target in Makefile It's useful to configure the OS before building. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddf7c36..67628ad 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ -- cgit v1.2.3