kbuild: rename built-in.o to built-in.a
[linux-2.6-block.git] / lib / Kconfig.debug
index 64155e310a9f2119ee7443268e767fc74b32043e..5be22e406f96895ad50a920875388c3f557c3d2c 100644 (file)
@@ -324,11 +324,11 @@ config DEBUG_SECTION_MISMATCH
            the analysis would not catch the illegal reference.
            This option tells gcc to inline less (but it does result in
            a larger kernel).
-         - Run the section mismatch analysis for each module/built-in.o file.
+         - Run the section mismatch analysis for each module/built-in.a file.
            When we run the section mismatch analysis on vmlinux.o, we
            lose valuable information about where the mismatch was
            introduced.
-           Running the analysis for each module/built-in.o file
+           Running the analysis for each module/built-in.a file
            tells where the mismatch happens much closer to the
            source. The drawback is that the same mismatch is
            reported at least twice.