mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
8 lines
214 B
Makefile
8 lines
214 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
libertas_tf-objs := main.o cmd.o
|
||
|
|
||
|
libertas_tf_usb-objs += if_usb.o
|
||
|
|
||
|
obj-$(CONFIG_LIBERTAS_THINFIRM) += libertas_tf.o
|
||
|
obj-$(CONFIG_LIBERTAS_THINFIRM_USB) += libertas_tf_usb.o
|