repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
percpu: convert spin_lock_irq to spin_lock_irqsave.
[linux/fpc-iii.git]
/
drivers
/
uwb
/
i1480
/
dfu
/
Makefile
blob
4739fdac5922652db9146097fe2f010e86be3230
1
# SPDX-License-Identifier: GPL-2.0
2
obj-
$(
CONFIG_UWB_I1480U
) +=
i1480-dfu-usb.o
3
4
i1480-dfu-usb-objs
:=
\
5
dfu.o \
6
mac.o \
7
phy.o \
8
usb.o
9
10