mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-08-04 22:57:15 +02:00
7 lines
164 B
Makefile
7 lines
164 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -I $(srctree)/$(src)/../cxgb4
|
|
|
|
obj-$(CONFIG_CHELSIO_LIB) += libcxgb.o
|
|
|
|
libcxgb-y := libcxgb_ppm.o libcxgb_cm.o
|