From 7761286352e7bceab2904f60ed9293a9eae7757f Mon Sep 17 00:00:00 2001
From: "Alex Xu (Hello71)" <alex_y_xu@yahoo.ca>
Date: Fri, 13 Nov 2020 21:02:52 -0500
Subject: Makefile: FORCE really does need to be at the end

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 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:
-- 
cgit v1.2.3-70-g09d2