adcb46df81
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.)
16 lines
195 B
Makefile
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>
|