mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Makefile: Remove unused filechk_cat
@ 2024-10-23  7:06 Liad Peretz
  2024-10-23 12:21 ` Baoquan He
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Liad Peretz @ 2024-10-23  7:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, bhe, hbathini, yang.lee, david, liad.per

Signed-off-by: Liad Peretz <liad.per@gmail.com>
---
 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-24 11:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-23  7:06 [PATCH] Makefile: Remove unused filechk_cat Liad Peretz
2024-10-23 12:21 ` Baoquan He
2024-10-24  4:19 ` Andrew Morton
2024-10-24 11:48 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®