From 1cbf0fbcb42843eeda5e03fe34f9cf7c1db99f49 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 5 Jan 2015 13:03:07 +0000 Subject: ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c Move all AR8327/AR8337-specific driver code into a separate source file ar8327.c and adjust patches so that ar8327.c is compiled if CONFIG_AR8216_PHY is set. Signed-off-by: Heiner Kallweit SVN-Revision: 43845 --- target/linux/generic/patches-3.14/733-phy_mvsw6171.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-3.14/733-phy_mvsw6171.patch') diff --git a/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch b/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch index b6fbb1ce76..775323aa9a 100644 --- a/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch +++ b/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch @@ -20,4 +20,4 @@ +obj-$(CONFIG_MVSW6171_PHY) += mvsw6171.o obj-$(CONFIG_IP17XX_PHY) += ip17xx.o obj-$(CONFIG_REALTEK_PHY) += realtek.o - obj-$(CONFIG_AR8216_PHY) += ar8216.o + obj-$(CONFIG_AR8216_PHY) += ar8216.o ar8327.o -- cgit v1.2.3