Skip to content
Snippets Groups Projects
  1. Dec 02, 2009
  2. Nov 20, 2009
  3. Nov 19, 2009
  4. Nov 06, 2009
  5. Sep 01, 2009
  6. Aug 19, 2009
  7. Aug 12, 2009
  8. Jul 23, 2009
  9. Jul 05, 2009
  10. Jun 14, 2009
    • Randy Dunlap's avatar
      ieee802154: fix kconfig bool/tristate muckup · 13be8a12
      Randy Dunlap authored
      
      menuconfig IEEE802154_DRIVERS is a bool that depends on tristate IEEE802154.
      If the IEEE802154 symbol is 'm', the bool becomes 'y'.
      This allows tristate symbols under IEEE802154_DRIVERS to be configured as
      'y' and cause build problems.
      Changing the menuconfig bool to a tristate fixes this.
      
      drivers/built-in.o: In function `fake_scan_req':
      fakehard.c:(.text+0x46d625): undefined reference to `ieee802154_nl_scan_confirm'
      drivers/built-in.o: In function `fake_disassoc_req':
      fakehard.c:(.text+0x46d66f): undefined reference to `ieee802154_nl_disassoc_confirm'
      drivers/built-in.o: In function `fake_assoc_req':
      fakehard.c:(.text+0x46d6be): undefined reference to `ieee802154_nl_assoc_confirm'
      
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: default avatarSergey Lapin <slapin@ossfans.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      13be8a12
  11. Jun 09, 2009
Loading