diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:06 +0000 |
commit | 59b1d018b1f3f954903bf365ac77f683c5e04726 (patch) | |
tree | d38e9851cd40eaadc294f48634eee7b8ba2a8e37 | |
parent | c9139c150cd5778acce108d44af8c214ce1628db (diff) | |
download | upstream-59b1d018b1f3f954903bf365ac77f683c5e04726.tar.gz upstream-59b1d018b1f3f954903bf365ac77f683c5e04726.tar.bz2 upstream-59b1d018b1f3f954903bf365ac77f683c5e04726.zip |
cns3xxx: fix the ethernet driver makefile
SVN-Revision: 33487
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch b/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch index 72306d946f..5eb40c5a1f 100644 --- a/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch +++ b/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch @@ -1354,4 +1354,4 @@ +# Makefile for the Cavium ethernet device drivers. +# + -+obj-$(CNS3XXX_ETH) += cns3xxx_eth.o ++obj-$(CONFIG_CNS3XXX_ETH) += cns3xxx_eth.o |