diff options
author | Ben Dooks | 2008-07-03 11:24:25 +0100 |
---|---|---|
committer | Ben Dooks | 2008-07-03 16:51:23 +0100 |
commit | f348a2a2817e9d24b1edd4befc9659ec83501ca5 (patch) | |
tree | 99eb68575f9ca61c1de21502db2c41bbf2716609 /arch/arm/plat-s3c24xx/Makefile | |
parent | ed9137f10377a59487cf43c76dd0d3bbf489d799 (diff) |
[ARM] S3C24XX: Add gpiolib support
Add support for gpilib on all S3C24XX platforms.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 131d20237dd7..b91e62585684 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile @@ -16,6 +16,7 @@ obj-y += cpu.o obj-y += irq.o obj-y += devs.o obj-y += gpio.o +obj-y += gpiolib.o obj-y += time.o obj-y += clock.o |