From 33da4ef3f62a4c4007ad87c5bd27d80d5be44bba Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 26 Jan 2005 16:29:07 +0000 Subject: Add WERRROR= to work around the warnings --- sys/modules/aic7xxx/ahd/Makefile | 1 + sys/modules/bios/smapi/Makefile | 1 + sys/modules/ie/Makefile | 1 + sys/modules/sound/driver/maestro/Makefile | 1 + 4 files changed, 4 insertions(+) diff --git a/sys/modules/aic7xxx/ahd/Makefile b/sys/modules/aic7xxx/ahd/Makefile index 9e97621..25f312f 100644 --- a/sys/modules/aic7xxx/ahd/Makefile +++ b/sys/modules/aic7xxx/ahd/Makefile @@ -4,6 +4,7 @@ .PATH: ${.CURDIR}/../../../dev/aic7xxx KMOD= ahd +WERROR= GENSRCS= aic79xx_seq.h aic79xx_reg.h REG_PRINT_OPT= AHD_REG_PRETTY_PRINT=1 diff --git a/sys/modules/bios/smapi/Makefile b/sys/modules/bios/smapi/Makefile index 30c9058..a845c0a 100644 --- a/sys/modules/bios/smapi/Makefile +++ b/sys/modules/bios/smapi/Makefile @@ -6,5 +6,6 @@ KMOD= smapi SRCS= smapi.c smapi_bios.S \ bus_if.h device_if.h +WERROR= .include diff --git a/sys/modules/ie/Makefile b/sys/modules/ie/Makefile index 8e3485e..d6c611d 100644 --- a/sys/modules/ie/Makefile +++ b/sys/modules/ie/Makefile @@ -6,5 +6,6 @@ KMOD= if_ie SRCS= if_ie.c if_ie_isa.c \ isa_if.h bus_if.h device_if.h +WERROR= .include diff --git a/sys/modules/sound/driver/maestro/Makefile b/sys/modules/sound/driver/maestro/Makefile index 4816f22..817097d 100644 --- a/sys/modules/sound/driver/maestro/Makefile +++ b/sys/modules/sound/driver/maestro/Makefile @@ -5,5 +5,6 @@ KMOD= snd_maestro SRCS= device_if.h bus_if.h pci_if.h SRCS+= maestro.c +WERROR= .include -- cgit v1.1