summaryrefslogtreecommitdiff
path: root/board/st/u8500/Makefile
diff options
context:
space:
mode:
authorRobert Rosengren <robert.rosengren@stericsson.com>2010-12-14 09:12:41 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-12-15 09:53:31 +0100
commitc0d5e1d2461f8135492a79f3e5259ac324ee1a96 (patch)
tree485a730652f6ff122f269f3583130dbbd29a68df /board/st/u8500/Makefile
parenta7d22caa0320025442cb8c275bd70d034f5eb308 (diff)
U8500: Move itp and cspsa into SoC directory
itp.c and cspsa_fp.c is SoC specific, not board specific. Other db8500 based boards need it as well, therefore move it into the SoC directory. ST-Ericsson ID: WP275634 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I386c0d84e9f44f18ded0d9059fc2dae4c27974f2 Signed-off-by: Robert Rosengren <robert.rosengren@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/10894 Reviewed-by: QATOOLS Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Ulf HANSSON <ulf.hansson@stericsson.com> Reviewed-by: Joakim AXELSSON <joakim.axelsson@stericsson.com>
Diffstat (limited to 'board/st/u8500/Makefile')
-rw-r--r--board/st/u8500/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/st/u8500/Makefile b/board/st/u8500/Makefile
index 55de856b4..9c6da5a12 100644
--- a/board/st/u8500/Makefile
+++ b/board/st/u8500/Makefile
@@ -28,7 +28,6 @@ LIB = $(obj)lib$(BOARD).a
COBJS := u8500.o u8500_i2c.o mmc_host.o mmc_utils.o ab8500vibra.o cmd_cdump.o
SOBJS := mmc_fifo.o
-COBJS-$(CONFIG_ITP_LOAD) += itp.o cspsa_fp.o
COBJS-$(CONFIG_VIDEO_LOGO) += mcde_display.o mcde_hw.o mcde_display_image.o
COBJS += $(COBJS-y)