Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel...
[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.383611 seconds and 5 git commands to generate.