Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# # Makefile for the TILE on-chip networking support. # obj-$([31mCONFIG_TILE_NET[0m) += tile_net.o ifdef [31mCONFIG_TILEGX[0m tile_net-y := tilegx.o else tile_net-y := tilepro.o endif