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