diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-29 04:02:16 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 19:03:43 -0500 |
commit | 6c6971dc4e8c23bb61bf309898e1693f9c5c8c24 (patch) | |
tree | a8d6ede6ccf66c8ab0e62c5c78308bf050f72253 /arch/arm/plat-samsung/Makefile | |
parent | 2c420fe22f3d526691773288807d010068ce3033 (diff) |
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: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index facc7e387fc5..22c89d08f6e5 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile | |||
@@ -11,6 +11,8 @@ obj- := | |||
11 | 11 | ||
12 | # Objects we always build independent of SoC choice | 12 | # Objects we always build independent of SoC choice |
13 | 13 | ||
14 | obj-y += init.o | ||
15 | obj-y += time.o | ||
14 | obj-y += clock.o | 16 | obj-y += clock.o |
15 | obj-y += pwm-clock.o | 17 | obj-y += pwm-clock.o |
16 | obj-y += gpio.o | 18 | obj-y += gpio.o |