Merge branch 'clk/mxs-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6...
[deliverable/linux.git] / drivers / net / ethernet / tile / Makefile
CommitLineData
e5a06939
CM
1#
2# Makefile for the TILE on-chip networking support.
3#
4
5obj-$(CONFIG_TILE_NET) += tile_net.o
6ifdef CONFIG_TILEGX
e3d62d7e 7tile_net-y := tilegx.o
e5a06939 8else
e3d62d7e 9tile_net-y := tilepro.o
e5a06939 10endif
This page took 0.191633 seconds and 5 git commands to generate.