• Kai Germaschewski's avatar
    kbuild: Merge file2alias into scripts/modpost.c · f864c7c2
    Kai Germaschewski authored
    Up to now, we called "nm" to find the symbol table in vmlinux / modules.
    Using code from scripts/file2alias.c allows us to do that parsing ourselves,
    which is faster and will give us the opportunity to merge the
    MODULE_DEVICE_TABLE() parsing into modpost, too.
    f864c7c2
Makefile 1.18 KB