repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
net
/
ethernet
/
tile
/
Makefile
blob
3d0ae1f07fc97c597d9cf6b4f1b2e84566d8170c
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for the TILE on-chip networking support.
4
#
5
6
obj-
$(
CONFIG_TILE_NET
) +=
tile_net.o
7
ifdef
CONFIG_TILEGX
8
tile_net-y
:=
tilegx.o
9
else
10
tile_net-y
:=
tilepro.o
11
endif