diff options
author | Barry Song <Baohua.Song@csr.com> | 2012-08-23 07:41:57 +0200 |
---|---|---|
committer | Barry Song <Barry.Song@csr.com> | 2012-08-28 11:06:10 +0200 |
commit | d0ec63f852f8e5171ad5f6728599560393daced6 (patch) | |
tree | 3fde911a76651395077be382f1a900995b43ea30 /arch/arm/mach-prima2/Makefile | |
parent | clk: prima2: move from arch/arm/mach to drivers/clk (diff) | |
download | linux-d0ec63f852f8e5171ad5f6728599560393daced6.tar.xz linux-d0ec63f852f8e5171ad5f6728599560393daced6.zip |
ARM: PRIMA2: use DT_MACHINE_START and convert to generic board
we will have SiRFMarco and SiRFPolo, all of them will be in the
generic board.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/mach-prima2/Makefile')
-rw-r--r-- | arch/arm/mach-prima2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/Makefile b/arch/arm/mach-prima2/Makefile index 841847d56032..f2cde60812a6 100644 --- a/arch/arm/mach-prima2/Makefile +++ b/arch/arm/mach-prima2/Makefile @@ -1,7 +1,7 @@ obj-y := timer.o obj-y += irq.o obj-y += rstc.o -obj-y += prima2.o +obj-y += common.o obj-y += rtciobrg.o obj-$(CONFIG_DEBUG_LL) += lluart.o obj-$(CONFIG_CACHE_L2X0) += l2x0.o |