• Arnd Bergmann's avatar
    net: skfb: remove obsolete -I cflag · 4a183670
    Arnd Bergmann authored
    The skfp driver has been moved to drivers/net/fddi/skfp a long time
    ago, but we still attempt to include headers from the old location,
    which causes a warning when building with W=1:
    
    cc1: error: /git/arm-soc/drivers/net/skfp: No such file or directory [-Werror=missing-include-dirs]
    cc1: error: drivers/net/skfp: No such file or directory [-Werror=missing-include-dirs]
    
    Clearly this include directive is not needed any more, so we can
    just remove it now.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    4a183670
Makefile 786 Bytes