| From: Liad Peretz <liad.per@gmail.com> |
| Subject: Makefile: remove unused filechk_cat |
| Date: Wed, 23 Oct 2024 10:06:11 +0300 |
| |
| Link: https://lkml.kernel.org/r/20241023070611.67449-1-liad.per@gmail.com |
| Signed-off-by: Liad Peretz <liad.per@gmail.com> |
| Reviewed-by: Baoquan He <bhe@redhat.com> |
| Cc: David Hildenbrand <david@redhat.com> |
| Cc: Hari Bathini <hbathini@linux.ibm.com> |
| Cc: Yang Li <yang.lee@linux.alibaba.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| kernel/Makefile | 2 -- |
| 1 file changed, 2 deletions(-) |
| |
| --- a/kernel/Makefile~makefile-remove-unused-filechk_cat |
| +++ a/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) |
| |
| _ |