Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310776
b: refs/heads/master
c: e3d62d7
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf authored and David S. Miller committed Jun 12, 2012
1 parent a713da8 commit e47625a
Show file tree
Hide file tree
Showing 4 changed files with 1,903 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7abee6ef888117f92db370620ebf116a38e3f4d
refs/heads/master: e3d62d7e8e05a6a4b08f4672385ae58fc0f132c4
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ config TILE_NET
depends on TILE
default y
select CRC32
select TILE_GXIO_MPIPE if TILEGX
select HIGH_RES_TIMERS if TILEGX
---help---
This is a standard Linux network device driver for the
on-chip Tilera Gigabit Ethernet and XAUI interfaces.
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/tile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

obj-$(CONFIG_TILE_NET) += tile_net.o
ifdef CONFIG_TILEGX
tile_net-objs := tilegx.o mpipe.o iorpc_mpipe.o dma_queue.o
tile_net-y := tilegx.o
else
tile_net-objs := tilepro.o
tile_net-y := tilepro.o
endif
Loading

0 comments on commit e47625a

Please sign in to comment.