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
|