diff options
author | Ben Dooks | 2010-01-29 09:02:16 +0000 |
---|---|---|
committer | Ben Dooks | 2010-02-23 00:03:43 +0000 |
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- := # Objects we always build independent of SoC choice +obj-y += init.o +obj-y += time.o obj-y += clock.o obj-y += pwm-clock.o obj-y += gpio.o |