summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 13:06:49 (GMT)
committerBen Dooks <ben-linux@fluff.org>2008-12-15 21:50:31 (GMT)
commitbeda30f6a9c5f8e1eebd195019a537057cc556fd (patch)
tree547c909046ca656874639ed5d34c1939a14b6ae2 /arch/arm/plat-s3c64xx/Makefile
parentc142f173cd5e5e16877016673f482009ffafaef6 (diff)
downloadlinux-fsl-qoriq-beda30f6a9c5f8e1eebd195019a537057cc556fd.tar.xz
[ARM] S3C64XX: Basic CPU detection and map initialisation
Initialise the basic physical to virtual mappings and then detect the CPU that the system is being run on so that the cpu code code can call the correct initialisation code. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index 178c968..5d9a1d8 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -13,3 +13,4 @@ obj- :=
# Core files
obj-y += dev-uart.o
+obj-y += cpu.o