summaryrefslogtreecommitdiff
path: root/drivers/staging/board/Makefile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-06-17 10:38:55 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-17 21:42:52 -0700
commit1bbf29ab8f89d2a804e075c4f226a08c1cb7f915 (patch)
treedf7ffb1a6cffc0040ff71805235dcbcbdd666d9f /drivers/staging/board/Makefile
parent225d68d852f16369c1f9e61f7aa58cfffcaaff5d (diff)
staging: board: armadillo800eva: Board staging for sh_mobile_lcdc_fb
Add staging board support for the r8a7740-based armadillo800eva board and add platform devices to allow in-tree continuous development of the drivers on the armadillo800eva board. When DT bindings are ready for theses drivers then the platform devices in the armadillo800eva staging board code can easily be removed. Until then we use platform devices to continuously improve the driver and integrate code. Added platform devices: - sh_mobile_lcdc_fb for the on-board LCD. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/board/Makefile')
-rw-r--r--drivers/staging/board/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/board/Makefile b/drivers/staging/board/Makefile
index 65d39ecfad63..6842745feb94 100644
--- a/drivers/staging/board/Makefile
+++ b/drivers/staging/board/Makefile
@@ -1,2 +1,3 @@
obj-y := board.o
-obj-$(CONFIG_ARCH_EMEV2) += kzm9d.o
+obj-$(CONFIG_ARCH_EMEV2) += kzm9d.o
+obj-$(CONFIG_ARCH_R8A7740) += armadillo800eva.o