diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-24 22:53:36 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-24 22:53:36 +0200 |
commit | d0b53f6866fa185da94968e62ae97923db18298c (patch) | |
tree | e8cbbeedb1abd2b5074f5993fb52a67914f391ef | |
parent | 90d2c6bc68745d67cdbf00bab43818d90aa0dfb6 (diff) | |
download | linux-3.10-d0b53f6866fa185da94968e62ae97923db18298c.tar.gz linux-3.10-d0b53f6866fa185da94968e62ae97923db18298c.tar.bz2 linux-3.10-d0b53f6866fa185da94968e62ae97923db18298c.zip |
ide: remove stale comments from drivers/ide/Makefile
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r-- | drivers/ide/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index 5d414e301a5..64e0ecdc4ed 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile @@ -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 |