[PATCH] Makefile: Remove unused filechk_cat

From: Liad Peretz
Date: Wed Oct 23 2024 - 03:06:51 EST


Signed-off-by: Liad Peretz <liad.per@xxxxxxxxx>
---
kernel/Makefile | 2 --
1 file changed, 2 deletions(-)

diff --git a/kernel/Makefile b/kernel/Makefile
index 87866b037fbe..ca2dfa4343f0 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -146,8 +146,6 @@ targets += config_data config_data.gz
$(obj)/config_data.gz: $(obj)/config_data FORCE
$(call if_changed,gzip)

-filechk_cat = cat $<
-
$(obj)/config_data: $(KCONFIG_CONFIG) FORCE
$(call filechk,cat)

--
2.39.0