mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Commit ded19addf9
('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>
6 lines
163 B
Makefile
6 lines
163 B
Makefile
#
|
|
# Makefile for the A Semi network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o
|
|
pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o
|