aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Makefile
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-23 13:36:26 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:16:45 +0200
commit1cda3ff578523eaddcf5740a6ed6ef66c1bcdb39 (patch)
treebf4b25d5b7dd50e533153fce5b00a06672b9c122 /arch/arm/mach-ux500/Makefile
parentb821b55debb8c7b70395bf688e27068254d737a0 (diff)
mach-ux500: Fix build problems temporary
Very temporary fixes to make it build until we have proper fixes for this issues. Change-Id: I881502ddcfb84452515e82c700507994c1289a2c Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rw-r--r--arch/arm/mach-ux500/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile
index 5252fc085a7..fcdc8620de9 100644
--- a/arch/arm/mach-ux500/Makefile
+++ b/arch/arm/mach-ux500/Makefile
@@ -7,13 +7,13 @@ obj-y := clock.o cpu.o devices.o dcache.o \
timer.o timer-mtu.o usb.o reboot_reasons.o
obj-y += pm/
ifeq ($(CONFIG_UX500_SOC_DB5500), y)
-obj-$(CONFIG_UX500_SOC_DBX500) += cpu-db5500.o dma-db5500.o prcmu-db5500.o \
+obj-$(CONFIG_UX500_SOC_DBX500) += cpu-db5500.o dma-db5500.o \
devices-db5500.o clock-db5500.o \
clock-debug.o
endif
ifeq ($(CONFIG_UX500_SOC_DB8500), y)
obj-$(CONFIG_UX500_SOC_DBX500) += cpu-db8500.o devices-db8500.o \
- prcmu-db8500.o clock-db8500.o
+ clock-db8500.o
endif
obj-$(CONFIG_MACH_U8500) += board-mop500.o board-mop500-sdi.o \
board-mop500-regulators.o \