diff options
Diffstat (limited to 'roms/u-boot/drivers/net/octeontx/Makefile')
-rw-r--r-- | roms/u-boot/drivers/net/octeontx/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/net/octeontx/Makefile b/roms/u-boot/drivers/net/octeontx/Makefile new file mode 100644 index 000000000..d4adb7cdb --- /dev/null +++ b/roms/u-boot/drivers/net/octeontx/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright (C) 2018 Marvell International Ltd. +# + +obj-$(CONFIG_NET_OCTEONTX) += bgx.o nic_main.o nicvf_queues.o nicvf_main.o \ + xcv.o |