mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
12 lines
175 B
Makefile
12 lines
175 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/i386/bios
|
|
|
|
KMOD= smapi
|
|
SRCS= smapi.c smapi_bios.S \
|
|
bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS.smapi_bios.S= ${CLANG_NO_IAS34}
|