summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2cc89f5..96b3695 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,6 @@ KERNVER ?= $(lastword $(subst /,$(space),$(wildcard /lib/modules/*/)))
# slightly faster
MAKEFLAGS += -r
-FORCE:
-
all: initramfs.img
initramfs.img: gen_init_cpio make modules.dep $(shell awk '$$1 == "file" { print $$3 }' cpio_list.txt)
@@ -34,3 +32,4 @@ clean:
-include initramfs.d
.PHONY: all install clean
+FORCE: