From: Felix Fietkau Date: Wed, 19 Sep 2012 23:50:06 +0000 (+0000) Subject: cns3xxx: fix the ethernet driver makefile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=bcd05b707ba7e8e7b4ace2fe18d0614ced1cb13a cns3xxx: fix the ethernet driver makefile SVN-Revision: 33487 --- 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