aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Win32
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-04 17:12:33 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-04 17:12:53 +1000
commitbbc7b6e039d179c92fe53a6ad522131e64412432 (patch)
tree807640879bc2dc873f52a2a82aecffb9261ec872 /boards/base/Win32
parente6882aa5f4382e25535e0e78ac5f5d18e581eb1b (diff)
downloaduGFX-bbc7b6e039d179c92fe53a6ad522131e64412432.tar.gz
uGFX-bbc7b6e039d179c92fe53a6ad522131e64412432.tar.bz2
uGFX-bbc7b6e039d179c92fe53a6ad522131e64412432.zip
Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU specific flags etc
Also put license in the gmake master scripts.
Diffstat (limited to 'boards/base/Win32')
-rw-r--r--boards/base/Win32/example/Makefile1
-rw-r--r--boards/base/Win32/example/readme.txt5
2 files changed, 2 insertions, 4 deletions
diff --git a/boards/base/Win32/example/Makefile b/boards/base/Win32/example/Makefile
index 4bf6c603..5670f0f1 100644
--- a/boards/base/Win32/example/Makefile
+++ b/boards/base/Win32/example/Makefile
@@ -43,6 +43,7 @@ ASFLAGS =
LDFLAGS =
SRC =
+OBJS =
DEFS =
LIBS =
INCPATH =
diff --git a/boards/base/Win32/example/readme.txt b/boards/base/Win32/example/readme.txt
index 78b8552b..23cc1aec 100644
--- a/boards/base/Win32/example/readme.txt
+++ b/boards/base/Win32/example/readme.txt
@@ -3,7 +3,4 @@ Copy these files into your own project directory and alter them to suite.
Notes:
1/ This makefile uses the MINGW compiler tool chain and was run using the cygwin make.
-2/ At the top of the Makefile is the define USE_CHIBIOS. Win32 can build uGFX for either
- native Win32 (the default) or for the ChibiOS simulator.
-3/ The files chconf.h and halconf.h are only needed if compiling for the ChibiOS simulator.
-4/ Look at the MYFILES definition and the MYCSRC definition.
+2/ The files chconf.h and halconf.h are only needed if compiling for the ChibiOS simulator.