diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2015-03-24 18:09:07 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2015-03-24 18:09:07 +0000 |
| commit | cdc58367265a2bd6e8f913db2bdc591699ee229f (patch) | |
| tree | 48bf4ad0fd382e08141106dbc28b6dcbe1553ab5 /sys/modules/ata | |
| parent | 502702c644230a884c0a9b62b2e2d5f64038d4a6 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ata')
| -rw-r--r-- | sys/modules/ata/atapci/chipsets/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atapci/chipsets/ataadaptec/Makefile | 9 | ||||
| -rw-r--r-- | sys/modules/ata/atapci/chipsets/ataahci/Makefile | 9 |
3 files changed, 1 insertions, 19 deletions
diff --git a/sys/modules/ata/atapci/chipsets/Makefile b/sys/modules/ata/atapci/chipsets/Makefile index 5468359d08279..c216656637b48 100644 --- a/sys/modules/ata/atapci/chipsets/Makefile +++ b/sys/modules/ata/atapci/chipsets/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR += ataacard ataacerlabs ataadaptec ataahci ataamd ataati atacenatek atacypress atacyrix atahighpoint ataintel ataite atajmicron atamarvell atamicron atanational atanetcell atanvidia atapromise ataserverworks atasiliconimage atasis atavia +SUBDIR += ataacard ataacerlabs ataamd ataati atacenatek atacypress atacyrix atahighpoint ataintel ataite atajmicron atamarvell atamicron atanational atanetcell atanvidia atapromise ataserverworks atasiliconimage atasis atavia .include <bsd.subdir.mk> diff --git a/sys/modules/ata/atapci/chipsets/ataadaptec/Makefile b/sys/modules/ata/atapci/chipsets/ataadaptec/Makefile deleted file mode 100644 index c0664a938ac0b..0000000000000 --- a/sys/modules/ata/atapci/chipsets/ataadaptec/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../../../../dev/ata/chipsets - -KMOD= ataadaptec -SRCS= ata-adaptec.c -SRCS+= ata_if.h bus_if.h device_if.h pci_if.h - -.include <bsd.kmod.mk> diff --git a/sys/modules/ata/atapci/chipsets/ataahci/Makefile b/sys/modules/ata/atapci/chipsets/ataahci/Makefile deleted file mode 100644 index e8a5d32d3a589..0000000000000 --- a/sys/modules/ata/atapci/chipsets/ataahci/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../../../../dev/ata/chipsets - -KMOD= ataahci -SRCS= ata-ahci.c -SRCS+= ata_if.h bus_if.h device_if.h pci_if.h - -.include <bsd.kmod.mk> |
