| commit | 58435f7b2d1aa1ca1b08a2eecc36e13291342cfc | [log] [tgz] |
|---|---|---|
| author | Ben Dooks <ben-linux@fluff.org> | Wed Nov 19 15:41:31 2008 +0000 |
| committer | Ben Dooks <ben-linux@fluff.org> | Mon Dec 15 23:56:53 2008 +0000 |
| tree | a803b1a670d75a1e9c8dd83e72d3106c96dcd624 | |
| parent | 1aba834da12989bb769d1dcbf6b0ea29f730c92c [diff] [blame] |
[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>
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_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