ugfx/src/gos/gos.mk

20 lines
696 B
Makefile
Raw Normal View History

2015-06-08 02:11:37 +00:00
# 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:
#
2018-10-01 15:32:39 +00:00
# http://ugfx.io/license.html
2015-06-08 02:11:37 +00:00
2014-09-29 06:07:43 +00:00
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 \
2015-11-27 19:39:23 +00:00
$(GFXLIB)/src/gos/gos_nios.c \
2017-09-20 17:47:46 +00:00
$(GFXLIB)/src/gos/gos_zephyr.c \
$(GFXLIB)/src/gos/gos_x_threads.c \
$(GFXLIB)/src/gos/gos_x_heap.c