1*ec2b0ccdSEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/spibus/controller/allwinner/ 2de80d00fSEmmanuel Vadot 3de80d00fSEmmanuel VadotKMOD= aw_spi 4de80d00fSEmmanuel VadotSRCS= aw_spi.c 5de80d00fSEmmanuel Vadot 6de80d00fSEmmanuel VadotSRCS+= \ 7de80d00fSEmmanuel Vadot bus_if.h \ 8de80d00fSEmmanuel Vadot clknode_if.h \ 9de80d00fSEmmanuel Vadot device_if.h \ 10de80d00fSEmmanuel Vadot ofw_bus_if.h \ 11de80d00fSEmmanuel Vadot spibus_if.h \ 12de80d00fSEmmanuel Vadot 13de80d00fSEmmanuel Vadot.include <bsd.kmod.mk> 14