dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
NK6A23 dts
hc
2024-08-09
7e81648b513354a6e48db198b3772366e077ffa1
[~ljy/RK3588_XEN.git]
/
kernel
/
drivers
/
net
/
wireless
/
rockchip_wlan
/
rkwifi
/
Makefile
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#rkwifi packed Makefile
# (gwl)
obj-$(CONFIG_AP6XXX) += bcmdhd/
.PHONY: clean
clean:
find . -name '*.o*' -exec rm -f {} \;