diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2011-02-01 15:51:26 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-02-07 11:14:01 +0100 |
commit | 03c7a6a8e7122b9c12a532577046094a69593116 (patch) | |
tree | 119eea8a08d290ef9739f22d4214dc62a6c4a9a8 /Makefile.objs | |
parent | 4f3669ea5bd73ade0dce5f1155cb9ad9788fd54c (diff) |
ahci: split ICH9 from core
There are multiple ahci devices out there. The currently implemented ich-9
is only one of the many. So let's split that one out into a separate file
to stress the difference.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index f1c7bfe4ea..353b1a8318 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -244,6 +244,7 @@ hw-obj-$(CONFIG_IDE_CMD646) += ide/cmd646.o hw-obj-$(CONFIG_IDE_MACIO) += ide/macio.o hw-obj-$(CONFIG_IDE_VIA) += ide/via.o hw-obj-$(CONFIG_AHCI) += ide/ahci.o +hw-obj-$(CONFIG_AHCI) += ide/ich.o # SCSI layer hw-obj-$(CONFIG_LSI_SCSI_PCI) += lsi53c895a.o |