From 975169fe7cb54190be6f69c4143dbc5e976808ab Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 2 Aug 2015 17:56:01 +0200 Subject: [PATCH 135/257] sys/modules: Detach a couple of ATM-related modules Obtained from: ElectroBSD --- sys/modules/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0011024c1d5f..0795a902a43e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -118,7 +118,6 @@ SUBDIR= \ ${_ex} \ ${_exca} \ ext2fs \ - ${_fatm} \ fdc \ fdescfs \ ${_fe} \ @@ -131,8 +130,7 @@ SUBDIR= \ geom \ ${_glxiic} \ ${_glxsb} \ - gpio \ - hatm \ + ${_gpio} \ hifn \ hme \ ${_hpt27xx} \ @@ -288,7 +286,6 @@ SUBDIR= \ ow \ ${_padlock} \ ${_padlock_rng} \ - patm \ ${_pccard} \ ${_pcfclock} \ pcn \ @@ -496,7 +493,6 @@ _pfsync= pfsync .if ${MK_SOURCELESS_UCODE} != "no" _bce= bce -_fatm= fatm _fxp= fxp _ispfw= ispfw _mwlfw= mwlfw -- 2.11.0