1 2.PATH: ${SRCTOP}/sys/dev/spibus 3KMOD= spigen 4SRCS= spigen.c 5 6# Generated files... 7SRCS+= \ 8 bus_if.h \ 9 device_if.h \ 10 opt_platform.h \ 11 opt_spi.h \ 12 spibus_if.h \ 13 14.if !empty(OPT_FDT) 15SRCS+= ofw_bus_if.h 16.endif 17 18EXPORT_SYMS= YES 19 20.include <bsd.kmod.mk> 21