aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 14:06:49 +0100
committerBen Dooks <ben-linux@fluff.org>2008-10-21 14:12:19 +0100
commit259f40549dc3ea64b5b360ab99da26199e6c54c7 (patch)
tree673103e7a0a32fde01ffc736f40ae0042832aecc /arch/arm/plat-s3c64xx/Makefile
parenta1c81f4a68faab75e4e9ef8c932b8b71900ab18e (diff)
[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 178c968bb8d..5d9a1d86ab8 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