mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
de1521923c
Carve out TLV processing helpers into separate files. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
127 B
Makefile
7 lines
127 B
Makefile
#
|
|
# Makefile for the Rocker network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ROCKER) += rocker.o
|
|
rocker-y := rocker_main.o rocker_tlv.o
|