blob: 0eccf07163a4ebfac90b1d35ecda1c37d89c1ff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#
# 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
#
# See readme.txt for the make API
# Requirements:
#
# CHIBIOS: The location of the ChibiOS code eg CHIBIOS=../chibios
#
# Optional:
#
CHIBIOS_BOARD = simulator
CHIBIOS_PLATFORM = Win32
CHIBIOS_PORT = GCC/SIMIA32
DEFS += SIMULATOR SHELL_USE_IPRINTF=FALSE
include $(GFXLIB)/tools/gmake_scripts/os_chibios.mk
include $(GFXLIB)/tools/gmake_scripts/os_win32.mk
|