Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
v6.8
1# SPDX-License-Identifier: GPL-2.0-only
2ccflags-y := -I $(srctree)/$(src)/../cxgb4
3
4obj-$(CONFIG_CHELSIO_LIB) += libcxgb.o
5
6libcxgb-y := libcxgb_ppm.o libcxgb_cm.o
v6.13.7
1# SPDX-License-Identifier: GPL-2.0-only
2ccflags-y := -I $(src)/../cxgb4
3
4obj-$(CONFIG_CHELSIO_LIB) += libcxgb.o
5
6libcxgb-y := libcxgb_ppm.o libcxgb_cm.o