summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-11-02 21:13:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-04 09:50:44 +0100
commit9d1fbc5d12824f882a477f331966517dbc2db5b2 (patch)
treeaebd6191a0efa3ea2e66b5edede5ae3cb07cbe4c /drivers/phy/Makefile
parente000cbeb7a8340f6fe3204db4555790697815ce8 (diff)
downloadbarebox-9d1fbc5d12824f882a477f331966517dbc2db5b2.tar.gz
barebox-9d1fbc5d12824f882a477f331966517dbc2db5b2.tar.xz
add generic PHY framework
This brings in the generix PHY framework from Linux. I tried to strip it down as much as possible while keeping it useful. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r--drivers/phy/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
new file mode 100644
index 0000000000..74514aeaed
--- /dev/null
+++ b/drivers/phy/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for the phy drivers.
+#
+
+obj-$(CONFIG_GENERIC_PHY) += phy-core.o