]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/bios/smapi/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / bios / smapi / Makefile
1 # $FreeBSD$
2 #
3
4 .PATH:  ${.CURDIR}/../../../i386/bios
5
6 KMOD=   smapi
7 SRCS=   smapi.c smapi_bios.S \
8         bus_if.h device_if.h
9 WERROR=
10
11 .include <bsd.kmod.mk>
12
13 # XXX: clang integrated-as doesn't grok 16-bit assembly yet
14 CFLAGS.smapi_bios.S=    ${CLANG_NO_IAS}
15 CFLAGS+=                ${CFLAGS.${.IMPSRC:T}}