aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos.mk
blob: d853cebf3a3aee2c58c2e91a9deb217a11923d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

GFXSRC +=   $(GFXLIB)/src/gos/gos_chibios.c	\
			$(GFXLIB)/src/gos/gos_freertos.c \
			$(GFXLIB)/src/gos/gos_win32.c \
			$(GFXLIB)/src/gos/gos_linux.c \
			$(GFXLIB)/src/gos/gos_osx.c \
			$(GFXLIB)/src/gos/gos_raw32.c \
			$(GFXLIB)/src/gos/gos_ecos.c \
			$(GFXLIB)/src/gos/gos_rawrtos.c \
			$(GFXLIB)/src/gos/gos_arduino.c \
			$(GFXLIB)/src/gos/gos_cmsis.c \
			$(GFXLIB)/src/gos/gos_nios.c \
			$(GFXLIB)/src/gos/gos_zephyr.c \
			$(GFXLIB)/src/gos/gos_x_threads.c \
			$(GFXLIB)/src/gos/gos_x_heap.c