fixed file inclusion
This commit is contained in:
parent
fca893ab83
commit
b6daaabf32
@ -429,6 +429,8 @@
|
|||||||
*/
|
*/
|
||||||
#elif GFX_USE_OS_CHIBIOS
|
#elif GFX_USE_OS_CHIBIOS
|
||||||
#include "gos/chibios.h"
|
#include "gos/chibios.h"
|
||||||
|
#elif GFX_USE_OS_FREERTOS
|
||||||
|
#include "gos/freertos.h"
|
||||||
#elif GFX_USE_OS_WIN32
|
#elif GFX_USE_OS_WIN32
|
||||||
#include "gos/win32.h"
|
#include "gos/win32.h"
|
||||||
#elif GFX_USE_OS_LINUX
|
#elif GFX_USE_OS_LINUX
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
GFXSRC += $(GFXLIB)/src/gos/chibios.c \
|
GFXSRC += $(GFXLIB)/src/gos/chibios.c \
|
||||||
|
$(GFXLIB)/src/gos/freertos.c \
|
||||||
$(GFXLIB)/src/gos/win32.c \
|
$(GFXLIB)/src/gos/win32.c \
|
||||||
$(GFXLIB)/src/gos/linux.c \
|
$(GFXLIB)/src/gos/linux.c \
|
||||||
$(GFXLIB)/src/gos/osx.c \
|
$(GFXLIB)/src/gos/osx.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user