mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
15 lines
190 B
Makefile
15 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
rtl8192se-objs := \
|
|
dm.o \
|
|
fw.o \
|
|
hw.o \
|
|
led.o \
|
|
phy.o \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o
|
|
|
|
obj-$(CONFIG_RTL8192SE) += rtl8192se.o
|
|
|