summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pasemi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* pasemi_mac: Fix building as moduleBen Hutchings2011-12-061-1/+2
| | | | | | | | | Commit ded19addf9c937d83b9bfb4d73a836732569041b ('pasemic_mac*: Move the PA Semi driver') inadvertently split pasemi_mac into two separate modules with unresolved symbols. Change it back into a single module. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
* pasemic_mac*: Move the PA Semi driverJeff Kirsher2011-08-121-0/+5
Move the PA Semi driver into drivers/net/ethernet/pasemi/ and make the necessary Kconfig and Makefile changes. CC: Olof Johansson <olof@lixom.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Olof Johansson <olof@lixom.net>