e420114eef
This is another step on the way to per-world clean cut. Introduce world ops hooks which each world can implement in world-specific way. Also introduce world infrastructure along with OF-DPA world stub. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
142 B
Makefile
7 lines
142 B
Makefile
#
|
|
# Makefile for the Rocker network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ROCKER) += rocker.o
|
|
rocker-y := rocker_main.o rocker_tlv.o rocker_ofdpa.o
|