Commit 6c6971dc authored by Ben Dooks's avatar Ben Dooks

ARM: SAMSUNG: Move the last build from plat-s3c to plat-samsung

Move the init.c and time.c files to plat-samsung from plat-s3c, thus
clearing the last files that are being built in here.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 2c420fe2
...@@ -6,10 +6,8 @@ ...@@ -6,10 +6,8 @@
obj-y := obj-y :=
obj-m := obj-m :=
obj-n := obj-n := dummy.o
obj- := obj- :=
# Core support for all Samsung SoCs # Core support for all Samsung SoCs
obj-y += init.o
obj-y += time.o
...@@ -11,6 +11,8 @@ obj- := ...@@ -11,6 +11,8 @@ obj- :=
# Objects we always build independent of SoC choice # Objects we always build independent of SoC choice
obj-y += init.o
obj-y += time.o
obj-y += clock.o obj-y += clock.o
obj-y += pwm-clock.o obj-y += pwm-clock.o
obj-y += gpio.o obj-y += gpio.o
......
/* linux/arch/arm/plat-s3c/dma.c /* linux/arch/arm/plat-samsung/dma.c
* *
* Copyright (c) 2003-2009 Simtec Electronics * Copyright (c) 2003-2009 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
......
/* linux/arch/arm/plat-s3c24xx/time.c /* linux/arch/arm/plat-samsung/time.c
* *
* Copyright (C) 2003-2005 Simtec Electronics * Copyright (C) 2003-2005 Simtec Electronics
* Ben Dooks, <ben@simtec.co.uk> * Ben Dooks, <ben@simtec.co.uk>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment