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