6 lines
164 B
Makefile
Executable file
6 lines
164 B
Makefile
Executable file
# 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
|