diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-10-01 00:44:40 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-10-01 00:44:40 +1000 |
commit | 68a784d67e7ff1ce1c922819e5e8f1d6865c69da (patch) | |
tree | b666d38078b7e2094e43b52fe9ef51dba201ff4c /tools/gmake_scripts/os_win32.chibios.mk | |
parent | 8cc07f2d4c513ed7bd9d0d9a825102555038c715 (diff) | |
download | uGFX-68a784d67e7ff1ce1c922819e5e8f1d6865c69da.tar.gz uGFX-68a784d67e7ff1ce1c922819e5e8f1d6865c69da.tar.bz2 uGFX-68a784d67e7ff1ce1c922819e5e8f1d6865c69da.zip |
First ARM build to use the new makefile plus makefile updates
Diffstat (limited to 'tools/gmake_scripts/os_win32.chibios.mk')
-rw-r--r-- | tools/gmake_scripts/os_win32.chibios.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/gmake_scripts/os_win32.chibios.mk b/tools/gmake_scripts/os_win32.chibios.mk new file mode 100644 index 00000000..5a804c64 --- /dev/null +++ b/tools/gmake_scripts/os_win32.chibios.mk @@ -0,0 +1,18 @@ +# 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 |