···1#2-# Makefile for the kernel ata, atapi, and ide block device drivers.3-#4-# 12 September 2000, Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>5-# Rewritten to use lists instead of if-statements.6-#7-# Note : at this point, these files are compiled on all systems.8-# In the future, some of these should be built conditionally.9-#10# link order is important here01112EXTRA_CFLAGS += -Idrivers/ide13
···1#000000002# link order is important here3+#45EXTRA_CFLAGS += -Idrivers/ide6