~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-s5p/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# arch/arm/plat-s5p/Makefile
 
2
#
 
3
# Copyright (c) 2009 Samsung Electronics Co., Ltd.
 
4
#               http://www.samsung.com/
 
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                           += clock.o
 
18
obj-y                           += irq.o
 
19
obj-$(CONFIG_S5P_EXT_INT)       += irq-eint.o
 
20
obj-$(CONFIG_S5P_GPIO_INT)      += irq-gpioint.o
 
21
obj-$(CONFIG_S5P_SYSTEM_MMU)    += sysmmu.o
 
22
obj-$(CONFIG_S5P_PM)            += pm.o irq-pm.o
 
23
obj-$(CONFIG_S5P_SLEEP)         += sleep.o
 
24
obj-$(CONFIG_S5P_HRT)           += s5p-time.o
 
25
 
 
26
# devices
 
27
obj-$(CONFIG_S5P_DEV_MFC)       += dev-mfc.o
 
28
obj-$(CONFIG_S5P_SETUP_MIPIPHY) += setup-mipiphy.o