repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
drivers
/
l3
/
Makefile
blob
3284baa4eeb4c87556b7eeb0d1189e67d5978010
1
#
2
# Makefile for the L3 bus driver.
3
#
4
5
# Link order:
6
# (core, adapters, algorithms, drivers) then clients
7
8
l3-
$(
CONFIG_L3_ALGOBIT
) +=
l3-algo-bit.o
9
l3-
$(
CONFIG_BIT_SA1100_GPIO
) +=
l3-bit-sa1100.o
10
11
obj-
$(
CONFIG_L3
) +=
l3-core.o
$(
l3-y
) $(
l3-drv-y
)