From 148eb107eaa4c8deb9a5ab2f4fac4b690f9831dd Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Mon, 5 Jan 2009 20:37:07 +0000 Subject: MFC rev. 184138. Add mmc, mmcsd and sdhci modules to the build. --- sys/modules/Makefile | 3 +++ sys/modules/sdhci/Makefile | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 sys/modules/sdhci/Makefile (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 6902094d1480..b7761dbdc747 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -180,6 +180,8 @@ SUBDIR= ${_3dfx} \ mii \ mlx \ ${_mly} \ + mmc \ + mmcsd \ mpt \ mqueue \ msdosfs \ @@ -246,6 +248,7 @@ SUBDIR= ${_3dfx} \ scc \ scd \ ${_scsi_low} \ + sdhci \ sem \ sf \ ${_sio} \ diff --git a/sys/modules/sdhci/Makefile b/sys/modules/sdhci/Makefile new file mode 100644 index 000000000000..29fc8b8f193d --- /dev/null +++ b/sys/modules/sdhci/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/sdhci + +KMOD= sdhci +SRCS= sdhci.c sdhci.h device_if.h bus_if.h pci_if.h mmcbr_if.h + +.include -- cgit v1.3