diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:33 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:33:59 -0500 |
commit | 89d043c3db22c37523165905708d2fa8062fda86 (patch) | |
tree | 53d66e6fdde2ef3288ac06f229e3ca626ff88722 /arch/arm/plat-s3c64xx/Makefile | |
parent | 8a53bdb907cb924ed30f79bcfe7f4f15ff7de15e (diff) |
[ARM] S3C64XX: GPIO library support
Add gpiolib registration for the GPIOs available on the
S3C64XX platform
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c64xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index 9c09b0819805..a5b7c388351e 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile | |||
@@ -17,6 +17,7 @@ obj-y += cpu.o | |||
17 | obj-y += irq.o | 17 | obj-y += irq.o |
18 | obj-y += irq-eint.o | 18 | obj-y += irq-eint.o |
19 | obj-y += clock.o | 19 | obj-y += clock.o |
20 | obj-y += gpiolib.o | ||
20 | 21 | ||
21 | # CPU support | 22 | # CPU support |
22 | 23 | ||