]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/bios/smapi/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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 .if ${CC:T:Mclang} == "clang"
11 # XXX: clang integrated-as doesn't grok 16-bit assembly yet
12 CFLAGS+=        ${.IMPSRC:T:Msmapi_bios.S:C/^.+$/-no-integrated-as/}
13 .endif
14
15 .include <bsd.kmod.mk>