svn commit: r368718 - head/sys/modules/if_wg

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Dec 17 14:20:37 UTC 2020


Author: nwhitehorn
Date: Thu Dec 17 14:20:36 2020
New Revision: 368718
URL: https://svnweb.freebsd.org/changeset/base/368718

Log:
  Make non-debug kernels installable.
  
  Setting DEBUG_FLAGS results in make installkernel trying to install debug
  information that doesn't exist if the kernel was built without it.

Modified:
  head/sys/modules/if_wg/Makefile

Modified: head/sys/modules/if_wg/Makefile
==============================================================================
--- head/sys/modules/if_wg/Makefile	Thu Dec 17 13:17:26 2020	(r368717)
+++ head/sys/modules/if_wg/Makefile	Thu Dec 17 14:20:36 2020	(r368718)
@@ -15,8 +15,6 @@ CFLAGS+= -I${INCDIR}
 
 CFLAGS+= -D__KERNEL__
 
-DEBUG_FLAGS=-g
-
 SRCS= opt_inet.h opt_inet6.h device_if.h bus_if.h ifdi_if.h
 
 SRCS+= if_wg_session.c module.c


More information about the svn-src-head mailing list