Deleted Added
full compact
Makefile (276505) Makefile (276696)
1# $FreeBSD: head/sys/modules/bios/smapi/Makefile 276505 2015-01-01 16:56:15Z dim $
1# $FreeBSD: head/sys/modules/bios/smapi/Makefile 276696 2015-01-05 12:28:22Z imp $
2#
3
4.PATH: ${.CURDIR}/../../../i386/bios
5
6KMOD= smapi
7SRCS= smapi.c smapi_bios.S \
8 bus_if.h device_if.h
9
10.include <bsd.kmod.mk>
2#
3
4.PATH: ${.CURDIR}/../../../i386/bios
5
6KMOD= smapi
7SRCS= smapi.c smapi_bios.S \
8 bus_if.h device_if.h
9
10.include <bsd.kmod.mk>
11
12CFLAGS.smapi_bios.S= ${CLANG_NO_IAS34}