~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-lh7a40x/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Makefile for the linux kernel.
3
 
#
4
 
 
5
 
# Object file lists.
6
 
 
7
 
obj-y                           := time.o clocks.o
8
 
obj-m                           :=
9
 
obj-n                           :=
10
 
obj-                            :=
11
 
 
12
 
obj-$(CONFIG_MACH_KEV7A400)     += arch-kev7a400.o irq-lh7a400.o
13
 
obj-$(CONFIG_MACH_LPD7A400)     += arch-lpd7a40x.o irq-lh7a400.o
14
 
obj-$(CONFIG_MACH_LPD7A404)     += arch-lpd7a40x.o irq-lh7a404.o
15
 
obj-$(CONFIG_LPD7A40X_CPLD_SSP) += ssp-cpld.o
16
 
obj-$(CONFIG_FB_ARMCLCD)        += clcd.o
17