aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/RaspberryPi/board.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-07-09 15:40:03 +1000
committerinmarket <andrewh@inmarket.com.au>2014-07-09 15:40:03 +1000
commitab9ce99647965d0d3e9ea65ea92ad694c8b8ee1b (patch)
tree5a84906ce24ed4214ab94d9f74af1a8fe610f8a4 /boards/base/RaspberryPi/board.mk
parent34cc5e029a21784bf2eeb17f3c22f3914326d982 (diff)
downloaduGFX-ab9ce99647965d0d3e9ea65ea92ad694c8b8ee1b.tar.gz
uGFX-ab9ce99647965d0d3e9ea65ea92ad694c8b8ee1b.tar.bz2
uGFX-ab9ce99647965d0d3e9ea65ea92ad694c8b8ee1b.zip
Support added for the Raspberry Pi - talking directly to the graphics co-processor.
Diffstat (limited to 'boards/base/RaspberryPi/board.mk')
-rw-r--r--boards/base/RaspberryPi/board.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/boards/base/RaspberryPi/board.mk b/boards/base/RaspberryPi/board.mk
new file mode 100644
index 00000000..99fc64db
--- /dev/null
+++ b/boards/base/RaspberryPi/board.mk
@@ -0,0 +1,4 @@
+GFXINC += $(GFXLIB)/boards/base/RaspberryPi
+GFXSRC += $(GFXLIB)/boards/base/RaspberryPi/rpi_mailbox.c
+
+include $(GFXLIB)/drivers/gdisp/framebuffer/driver.mk