projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ARM] S3C64XX: GPIO library support
[linux-2.6]
/
arch
/
arm
/
plat-s3c64xx
/
Makefile
1
# arch/arm/plat-s3c64xx/Makefile
2
#
3
# Copyright 2008 Openmoko, Inc.
4
# Copyright 2008 Simtec Electronics
5
#
6
# Licensed under GPLv2
7
8
obj-y :=
9
obj-m :=
10
obj-n := dummy.o
11
obj- :=
12
13
# Core files
14
15
obj-y += dev-uart.o
16
obj-y += cpu.o
17
obj-y += irq.o
18
obj-y += irq-eint.o
19
obj-y += clock.o
20
obj-y += gpiolib.o
21
22
# CPU support
23
24
obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
25
obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o