aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_mk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_mk.c')
-rw-r--r--src/gos/gos_mk.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gos/gos_mk.c b/src/gos/gos_mk.c
new file mode 100644
index 00000000..71267233
--- /dev/null
+++ b/src/gos/gos_mk.c
@@ -0,0 +1,16 @@
+/*
+ * This file is subject to the terms of the GFX License. If a copy of
+ * the license was not distributed with this file, you can obtain one at:
+ *
+ * http://ugfx.org/license.html
+ */
+
+#include "gos_arduino.c"
+#include "gos_chibios.c"
+#include "gos_ecos.c"
+#include "gos_freertos.c"
+#include "gos_linux.c"
+#include "gos_osx.c"
+#include "gos_raw32.c"
+#include "gos_rawrtos.c"
+#include "gos_win32.c"