ugfx/halext/drivers/gdispTestStub/gdisp_lld.mk
Andrew Hannam 072bf74c3e New low level driver gdispTestStub
This new driver contains no hardware dependancies and so it can be used
accross platforms to ensure the halext build system is working
correctly. Just don't expect dots to appear on the non-existant display.
:)
2012-08-02 12:20:27 +10:00

6 lines
183 B
Makefile

# List the required driver.
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispTestStub/gdisp_lld.c
# Required include directories
HALINC += ${CHIBIOS}/os/halext/drivers/gdispTestStub