scsi: Drop gdth driver
[linux-block.git] / Documentation / kbuild / makefiles.rst
index d36768cf12506de3391bd883116da78761ec6983..fa988b43d0a330743baa3c4d115e50ed578afc8f 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.