opnsense-src/sys/modules/bios/smapi/Makefile
Dimitry Andric 2a8af197d4 Remove the clang -no-integrated-as workaround for smapi_bios.S, as clang
3.5.0 now supports the assembly just fine.
2015-01-01 16:56:15 +00:00

10 lines
141 B
Makefile

# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../i386/bios
KMOD= smapi
SRCS= smapi.c smapi_bios.S \
bus_if.h device_if.h
.include <bsd.kmod.mk>