Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-microblaze.git] / Documentation / kbuild / makefiles.rst
index 910c630..de669c2 100644 (file)
@@ -461,10 +461,8 @@ more details, with real examples.
 
                # drivers/scsi/Makefile
                CFLAGS_aha152x.o =   -DAHA152X_STAT -DAUTOCONF
-               CFLAGS_gdth.o    = # -DDEBUG_GDTH=2 -D__SERIAL__ -D__COM2__ \
-                                    -DGDTH_STATISTICS
 
-       These two lines specify compilation flags for aha152x.o and gdth.o.
+       This line specify compilation flags for aha152x.o.
 
        $(AFLAGS_$@) is a similar feature for source files in assembly
        languages.