aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx.mk b/gfx.mk
index 777934b9..1644176d 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -41,6 +41,12 @@ endif
ifeq ($(OPT_OS),win32)
GFXDEFS += GFX_USE_OS_WIN32=TRUE
endif
+ifeq ($(OPT_OS),win32.chibios)
+ GFXDEFS += GFX_USE_OS_CHIBIOS=TRUE
+endif
+ifeq ($(OPT_OS),win32.raw32)
+ GFXDEFS += GFX_USE_OS_RAW32=TRUE
+endif
ifeq ($(OPT_OS),linux)
GFXDEFS += GFX_USE_OS_LINUX=TRUE
endif