summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-11-19 15:41:31 (GMT)
committerBen Dooks <ben-linux@fluff.org>2008-12-15 23:56:53 (GMT)
commit58435f7b2d1aa1ca1b08a2eecc36e13291342cfc (patch)
treea803b1a670d75a1e9c8dd83e72d3106c96dcd624 /arch/arm/plat-s3c/Makefile
parent1aba834da12989bb769d1dcbf6b0ea29f730c92c (diff)
downloadlinux-fsl-qoriq-58435f7b2d1aa1ca1b08a2eecc36e13291342cfc.tar.xz
[ARM] S3C: Add new FB device definition
Add a device definition for the new S3C framebuffer driver. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r--arch/arm/plat-s3c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile
index 3fcee0c..39195f9 100644
--- a/arch/arm/plat-s3c/Makefile
+++ b/arch/arm/plat-s3c/Makefile
@@ -24,3 +24,4 @@ obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o
obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o
obj-y += dev-i2c0.o
obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o
+obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o