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 | 098c15a3797c89deb580a3bef74496f284270fc6 (patch) | |
tree | d7b08a05e0e84773889494a4401637a2faf725db /target/linux/cns3xxx | |
parent | 3f5b2249525a4f919519a429d2cf4cae7b94eebc (diff) | |
download | upstream-098c15a3797c89deb580a3bef74496f284270fc6.tar.gz upstream-098c15a3797c89deb580a3bef74496f284270fc6.tar.bz2 upstream-098c15a3797c89deb580a3bef74496f284270fc6.zip |
cns3xxx: fix the ethernet driver makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-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 |