]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/bios/smapi/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.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
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}}