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
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
clk
/
pxa
/
Makefile
blob
da663c215db81a3d46c7323fa12eccd15b4c4071
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-y
+=
clk-pxa.o
3
obj-
$(
CONFIG_PXA25x
) +=
clk-pxa25x.o
4
obj-
$(
CONFIG_PXA27x
) +=
clk-pxa27x.o
5
obj-
$(
CONFIG_PXA3xx
) +=
clk-pxa3xx.o