diff options
Diffstat (limited to 'drivers/net/octeontx2/Makefile')
| -rw-r--r-- | drivers/net/octeontx2/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/octeontx2/Makefile b/drivers/net/octeontx2/Makefile new file mode 100644 index 00000000000..c9300727aef --- /dev/null +++ b/drivers/net/octeontx2/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright (C) 2018 Marvell International Ltd. +# + +obj-$(CONFIG_NET_OCTEONTX2) += cgx.o nix_af.o nix.o rvu_pf.o \ + rvu_af.o rvu_common.o + |
