]> err.no Git - linux-2.6/blobdiff - drivers/ide/Makefile
x86: add MAP_STACK mmap flag
[linux-2.6] / drivers / ide / Makefile
index 8605536ea18f9128fee5dc9976aaf8da91aec7aa..64e0ecdc4ed5dab46c7b07b1a5ae7b903f2d6416 100644 (file)
@@ -1,13 +1,6 @@
 #
-# Makefile for the kernel ata, atapi, and ide block device drivers.
-#
-# 12 September 2000, Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
-# Rewritten to use lists instead of if-statements.
-#
-# Note : at this point, these files are compiled on all systems.
-# In the future, some of these should be built conditionally.
-#
 # link order is important here
+#
 
 EXTRA_CFLAGS                           += -Idrivers/ide
 
@@ -61,9 +54,3 @@ ifeq ($(CONFIG_BLK_DEV_PLATFORM), y)
 endif
 
 obj-$(CONFIG_BLK_DEV_IDE)              += arm/ mips/
-
-# old hd driver must be last
-ifeq ($(CONFIG_BLK_DEV_HD), y)
-       hd-core-y += legacy/hd.o
-       obj-y += hd-core.o
-endif