ian adcb46df81 Add another required header file.
For some reason this seems to be required on aarch64, but I can build armv7
from clean without needing this in the list.  (The file does get included,
so the mystery is why armv7 works.)
2019-03-01 04:17:43 +00:00

16 lines
195 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/fdt
KMOD= fdt_slicer
SRCS= fdt_slicer.c
# Generated files...
SRCS+= \
bus_if.h \
device_if.h \
ofw_bus_if.h \
opt_platform.h \
.include <bsd.kmod.mk>