Makefile 131 B

1234567
  1. .PATH: ${SRCTOP}/sys/dev/mmc
  2. KMOD= mmc
  3. SRCS= bus_if.h device_if.h mmc_subr.c mmc.c mmcbr_if.h mmcbus_if.h
  4. .include <bsd.kmod.mk>