diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |