mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
5 lines
154 B
Makefile
5 lines
154 B
Makefile
|
carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
|
||
|
carl9170-$(CONFIG_CARL9170_DEBUGFS) += debug.o
|
||
|
|
||
|
obj-$(CONFIG_CARL9170) += carl9170.o
|