ea96b3de2b
CLANG_NO_IAS34 was introduced in r276696 to allow then-HEAD kernels to be built with clang 3.4 in FreeBSD 10. As FreeBSD 11 and later includes a version of Clang with a sufficiently capable integrated assembler we do not need the workaround any longer. Sponsored by: The FreeBSD Foundation
11 lines
135 B
Makefile
11 lines
135 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>
|