summaryrefslogtreecommitdiffstats
path: root/drivers/ide/mips/Makefile
diff options
context:
space:
mode:
authorJordan Crouse2005-12-15 02:17:46 +0100
committerBartlomiej Zolnierkiewicz2005-12-15 02:17:46 +0100
commit8f29e650bffc1e22ed6b2d0b321bc77627f3bb7a (patch)
treed6b785c09c57a8f742e9a81162ee0d176677dc21 /drivers/ide/mips/Makefile
parent[PATCH] ide: core modifications for AU1200 (diff)
downloadkernel-qcow2-linux-8f29e650bffc1e22ed6b2d0b321bc77627f3bb7a.tar.gz
kernel-qcow2-linux-8f29e650bffc1e22ed6b2d0b321bc77627f3bb7a.tar.xz
kernel-qcow2-linux-8f29e650bffc1e22ed6b2d0b321bc77627f3bb7a.zip
[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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ide/mips/Makefile b/drivers/ide/mips/Makefile
index 578e52a59588..677c7b2bac92 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