c05564c4d8
Android 13
7 lines
142 B
Makefile
Executable file
7 lines
142 B
Makefile
Executable file
#
|
|
# Makefile for the Rocker network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ROCKER) += rocker.o
|
|
rocker-y := rocker_main.o rocker_tlv.o rocker_ofdpa.o
|