From 9d5ef0737dabb436febaec13efaf998e601f620a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 3 Feb 2007 06:45:02 +0000 Subject: [PATCH] Mark mmc *_if.m files as standard to allow for mmc/sd being compiled as a module. Submitted by: Andrea Bittau --- sys/conf/files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 760b94a0ba9..2b42b56b31d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -754,8 +754,8 @@ dev/mlx/mlx_disk.c optional mlx dev/mlx/mlx_pci.c optional mlx pci dev/mly/mly.c optional mly dev/mmc/mmc.c optional mmc -dev/mmc/mmcbr_if.m optional mmc -dev/mmc/mmcbus_if.m optional mmc +dev/mmc/mmcbr_if.m standard +dev/mmc/mmcbus_if.m standard dev/mmc/mmcsd.c optional mmcsd dev/mpt/mpt.c optional mpt dev/mpt/mpt_cam.c optional mpt