From b02af3b2cf33ff8f40c61a0007fd6868c4cf5460 Mon Sep 17 00:00:00 2001 From: Matt Macy Date: Thu, 7 Mar 2019 03:47:41 +0000 Subject: Add build time GPL warning when GCOV is enabled MFC after: 1 week --- sys/conf/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 34d1a633c1c9..bec9e5ff475c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -3722,7 +3722,8 @@ fs/cd9660/cd9660_util.c optional cd9660 fs/cd9660/cd9660_vfsops.c optional cd9660 fs/cd9660/cd9660_vnops.c optional cd9660 fs/cd9660/cd9660_iconv.c optional cd9660_iconv -gnu/gcov/gcc_4_7.c optional gcov +gnu/gcov/gcc_4_7.c optional gcov \ + warning "kernel contains GPL licensed gcov support" gnu/gcov/gcov_fs.c optional gcov lindebugfs \ compile-with "${LINUXKPI_C}" gnu/gcov/gcov_subr.c optional gcov -- cgit v1.2.3