From d6c5497a48ad8536375c757365d59e03ff38fc88 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 19 Sep 2012 23:50:06 +0000 Subject: [PATCH] cns3xxx: fix the ethernet driver makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33487 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0