makefiles update
This commit is contained in:
parent
d2e660cc13
commit
292ca0d44e
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
# List the required driver.
|
||||
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispNokia6610/gdisp_lld.c
|
||||
HALSRC += $(LCDLIB)/halext/drivers/gdispNokia6610/gdisp_lld.c
|
||||
|
||||
# Required include directories
|
||||
HALINC += ${CHIBIOS}/os/halext/drivers/gdispNokia6610
|
||||
HALINC += $(LCDLIB)/halext/drivers/gdispNokia6610
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# List the required driver.
|
||||
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispS6d1121/gdisp_lld.c
|
||||
HALSRC += $(LCDLIB)/halext/drivers/gdispS6d1121/gdisp_lld.c
|
||||
|
||||
# Required include directories
|
||||
HALINC += ${CHIBIOS}/os/halext/drivers/gdispS6d1121
|
||||
HALINC += $(LCDLIB)/halext/drivers/gdispS6d1121
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# List the required driver.
|
||||
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispSsd1289/gdisp_lld.c
|
||||
HALSRC += $(LCDLIB)/halext/drivers/gdispSsd1289/gdisp_lld.c
|
||||
|
||||
# Required include directories
|
||||
HALINC += ${CHIBIOS}/os/halext/drivers/gdispSsd1289
|
||||
HALINC += $(LCDLIB)/halext/drivers/gdispSsd1289
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# List the required driver.
|
||||
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispTestStub/gdisp_lld.c
|
||||
HALSRC += $(LCDLIB)/halext/drivers/gdispTestStub/gdisp_lld.c
|
||||
|
||||
# Required include directories
|
||||
HALINC += ${CHIBIOS}/os/halext/drivers/gdispTestStub
|
||||
HALINC += $(LCDLIB)/halext/drivers/gdispTestStub
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# List of all the ChibiOS/RT META files, there is no need to remove the files
|
||||
# from this list, you can disable parts of the kernel by editing halconf.h.
|
||||
|
||||
HALSRC += ${CHIBIOS}/os/halext/src/gdisp.c \
|
||||
${CHIBIOS}/os/halext/src/gdisp_fonts.c \
|
||||
${CHIBIOS}/os/halext/src/gdisp_emulation.c
|
||||
HALSRC += $(LCDLIB)/halext/src/gdisp.c \
|
||||
$(LCDLIB)/halext/src/gdisp_fonts.c \
|
||||
$(LCDLIB)/halext/src/gdisp_emulation.c
|
||||
|
||||
# Required include directories
|
||||
HALINC += ${CHIBIOS}/os/halext/include
|
||||
HALINC += $(LCDLIB)/halext/include
|
||||
|
|
Loading…
Add table
Reference in a new issue