repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nilfs2: fix oopses with doubly mounted snapshots
[linux-2.6/mini2440.git]
/
arch
/
arm
/
mach-s3c2442
/
Makefile
blob
2a19113a57697b80533708fd144ef4882a6701e1
1
# arch/arm/mach-s3c2442/Makefile
2
#
3
# Copyright 2007 Simtec Electronics
4
#
5
# Licensed under GPLv2
6
7
obj-y
:=
8
obj-m
:=
9
obj-n
:=
10
obj-
:=
11
12
obj-
$(
CONFIG_CPU_S3C2442
) +=
s3c2442.o
13
obj-
$(
CONFIG_CPU_S3C2442
) +=
clock.o
14
15
obj-
$(
CONFIG_MACH_NEO1973_GTA02
) +=
mach-gta02.o
16
17
# Machine support
18