Diff for /fwsync/driver/Makefile between versions 1.5 and 1.6

version 1.5, 2022/07/15 10:48:01 version 1.6, 2022/08/18 11:30:27
Line 10  SRCS = fwsync_mod.c fwsync.c fwsync_workers.c fwsync_u Line 10  SRCS = fwsync_mod.c fwsync.c fwsync_workers.c fwsync_u
 KMOD = fwsync  KMOD = fwsync
   
 # Default debug level  # Default debug level
CFLAGS += -DDRV_DEBUG=0 -Wno-unused-functionCFLAGS += -DDRV_DEBUG=0 -DIPFW_INTERNAL -Wno-unused-function
   
 DEBUG_FLAGS = -g  DEBUG_FLAGS = -g
   

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>