From 99f00de0588cb7c91f6da97902c5ff687b5c71d4 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Thu, 12 Nov 2020 12:44:38 -0500 Subject: re-add lost make dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc325b3..9a00775 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNVER ?= $(lastword $(subst /,$(space),$(wildcard /lib/modules/*/))) all: initramfs.img -initramfs.img: gen_init_cpio modules.dep $(shell awk '$$1 == "file" { print $$3 }' cpio_list.txt) +initramfs.img: gen_init_cpio make modules.dep $(shell awk '$$1 == "file" { print $$3 }' cpio_list.txt) KERNVER=$(KERNVER) COMPRESSOR="zstd -19 -c -T0" ./make %: %.c -- cgit v1.2.3-54-g00ecf