Linux Audio

Check our new training course

Embedded Linux training

Mar 31-Apr 8, 2025
Register
Loading...
v6.8
1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved.
3#
4# Makefile for Amazon Elastic Fabric Adapter (EFA) device driver.
5#
6
7obj-$(CONFIG_INFINIBAND_EFA) += efa.o
8
9efa-y := efa_com_cmd.o efa_com.o efa_main.o efa_verbs.o
v6.9.4
1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved.
3#
4# Makefile for Amazon Elastic Fabric Adapter (EFA) device driver.
5#
6
7obj-$(CONFIG_INFINIBAND_EFA) += efa.o
8
9efa-y := efa_com_cmd.o efa_com.o efa_main.o efa_verbs.o