mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 11:43:54 +08:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
|
#
|
||
|
# Chelsio T4 driver
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CHELSIO_T4) += cxgb4.o
|
||
|
|
||
|
cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o
|