diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-14 15:32:49 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 19:29:31 +0100 |
commit | 2e8fd696145819c6c5d6ac08c603af655e7f2298 (patch) | |
tree | 71f9b42f1ecc351131ea45ee9a2c8dd22cb6db02 /arch/arm/mach-mxs/devices/Makefile | |
parent | f0a523b5e5e2db4e8518ae20f466c0a6be7e145e (diff) | |
download | lwn-2e8fd696145819c6c5d6ac08c603af655e7f2298.tar.gz lwn-2e8fd696145819c6c5d6ac08c603af655e7f2298.zip |
ARM i.MX23/28: Add framebuffer device support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-mxs/devices/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/devices/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/devices/Makefile b/arch/arm/mach-mxs/devices/Makefile index 345b8399b80e..39bd77348a42 100644 --- a/arch/arm/mach-mxs/devices/Makefile +++ b/arch/arm/mach-mxs/devices/Makefile @@ -4,3 +4,4 @@ obj-$(CONFIG_MXS_HAVE_PLATFORM_FEC) += platform-fec.o obj-$(CONFIG_MXS_HAVE_PLATFORM_FLEXCAN) += platform-flexcan.o obj-$(CONFIG_MXS_HAVE_PLATFORM_MXS_I2C) += platform-mxs-i2c.o obj-$(CONFIG_MXS_HAVE_PLATFORM_MXS_PWM) += platform-mxs-pwm.o +obj-$(CONFIG_MXS_HAVE_PLATFORM_MXSFB) += platform-mxsfb.o |