diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2005-12-15 01:17:46 (GMT) |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-12-15 01:17:46 (GMT) |
commit | 8f29e650bffc1e22ed6b2d0b321bc77627f3bb7a (patch) | |
tree | d6b785c09c57a8f742e9a81162ee0d176677dc21 /drivers/ide/mips/Makefile | |
parent | 65e5f2e3b457b6b20a5c4481312189d141a33d24 (diff) | |
download | linux-8f29e650bffc1e22ed6b2d0b321bc77627f3bb7a.tar.xz |
[PATCH] ide: AU1200 IDE update
Changes here include removing all of CONFIG_PM while it is being repeatedly
smacked with a lead pipe, moving the BURSTMODE param to a #define (it should
be defined almost always anyway), fixing the rqsize stuff, pulling ide_ioreg_t,
and general cleanups and whatnot.
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/mips/Makefile')
-rw-r--r-- | drivers/ide/mips/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ide/mips/Makefile b/drivers/ide/mips/Makefile index 578e52a..677c7b2 100644 --- a/drivers/ide/mips/Makefile +++ b/drivers/ide/mips/Makefile @@ -1 +1,4 @@ obj-$(CONFIG_BLK_DEV_IDE_SWARM) += swarm.o +obj-$(CONFIG_BLK_DEV_IDE_AU1XXX) += au1xxx-ide.o + +EXTRA_CFLAGS := -Idrivers/ide |