summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-12 12:44:38 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-12 12:44:38 -0500
commit99f00de0588cb7c91f6da97902c5ff687b5c71d4 (patch)
treee9d4d8cf383382ac25f9af42a110959699e215e7
parent21f681ffd8cfb62b0a5bf0b4cfd7a6f11da022ac (diff)
downloadminitramfs-99f00de0588cb7c91f6da97902c5ff687b5c71d4.tar.xz
minitramfs-99f00de0588cb7c91f6da97902c5ff687b5c71d4.zip
re-add lost make dep
-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