projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ARM] S3C: Add SDHCI (HSMMC) channel 1 device definition
[linux-2.6]
/
arch
/
arm
/
plat-s3c
/
Makefile
1
# arch/arm/plat-s3c/Makefile
2
#
3
# Copyright 2008 Simtec Electronics
4
#
5
# Licensed under GPLv2
6
7
obj-y :=
8
obj-m :=
9
obj-n :=
10
obj- :=
11
12
# Core support for all Samsung SoCs
13
14
obj-y += init.o
15
obj-y += time.o
16
obj-y += clock.o
17
obj-y += pwm-clock.o
18
obj-y += gpio.o
19
obj-y += gpio-config.o
20
21
# devices
22
23
obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o
24
obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o