freebsd-dev/sys/modules/intelspi/Makefile
Oleksandr Tymoshenko a5d8db32f8 [intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD set
Add opt_platform.h and opt_acpi.h to the dependencies so modules can be
built as a part of buildworld when MODULES_WITH_WORLD is set

Reported by:	Andre Albsmeier (for 11-stable)
MFC after:	1 day
2017-03-02 03:19:39 +00:00

9 lines
159 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/intel
KMOD= intelspi
SRCS= spi.c
SRCS+= acpi_if.h device_if.h bus_if.h opt_acpi.h spibus_if.h
.include <bsd.kmod.mk>