Makefile revision 346557
1# $FreeBSD: stable/11/sys/modules/fdt/fdt_slicer/Makefile 346557 2019-04-22 15:04:11Z ian $
2
3.PATH: ${SRCTOP}/sys/dev/fdt
4
5KMOD=	fdt_slicer
6SRCS=	fdt_slicer.c
7
8# Generated files...
9SRCS+=	\
10	bus_if.h \
11	device_if.h \
12	ofw_bus_if.h \
13	opt_platform.h \
14
15.include <bsd.kmod.mk>
16