freebsd-nq/sys/modules/bios/smapi/Makefile
John Baldwin d0345bb310 Re-enable -Werror for these modules. It is already enabled for the same
files when built as part of a kernel.
2014-06-09 20:48:38 +00:00

15 lines
272 B
Makefile

# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../i386/bios
KMOD= smapi
SRCS= smapi.c smapi_bios.S \
bus_if.h device_if.h
.include <bsd.kmod.mk>
# XXX: clang integrated-as doesn't grok 16-bit assembly yet
CFLAGS.smapi_bios.S= ${CLANG_NO_IAS}
CFLAGS+= ${CFLAGS.${.IMPSRC:T}}