Skip to content
  • Sam Ravnborg's avatar
    kbuild: un-stringnify KBUILD_MODNAME · 367cb704
    Sam Ravnborg authored
    
    
    Now when kbuild passes KBUILD_MODNAME with "" do not __stringify it when
    used. Remove __stringnify for all users.
    This also fixes the output of:
    
    $ ls -l /sys/module/
    drwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia
    drwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia_core
    drwxr-xr-x 3 root root 0 2006-01-05 14:24 "processor"
    drwxr-xr-x 3 root root 0 2006-01-05 14:24 "psmouse"
    
    The quoting of the module names will be gone again.
    Thanks to GregKH + Kay Sievers for reproting this.
    
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    367cb704