summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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