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]
/
arch
/
arm
/
plat-ipaq
/
Makefile
blob
70240d6eb1bf00aaa3bd0312879aaf35d7be1552
1
#
2
# Makefile for the linux kernel.
3
#
4
5
# Common support
6
obj-y
:=
7
obj-m
:=
8
obj-n
:=
9
obj-
:=
10
led-y
:=
11
12
obj-
$(
CONFIG_SA1100_IPAQ
) +=
ipaq.o
13
obj-
$(
CONFIG_SA1100_H3600
) +=
h3600.o
14
obj-
$(
CONFIG_SA1100_H3100
) +=
h3100.o
15
obj-
$(
CONFIG_SA1100_H3800
) +=
h3800.o
16