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
|