mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
15 lines
280 B
Makefile
15 lines
280 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../i386/bios
|
|
|
|
KMOD= smapi
|
|
SRCS= smapi.c smapi_bios.S \
|
|
bus_if.h device_if.h
|
|
WERROR=
|
|
|
|
.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}}
|