diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-10-04 17:12:33 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-10-04 17:12:53 +1000 |
commit | bbc7b6e039d179c92fe53a6ad522131e64412432 (patch) | |
tree | 807640879bc2dc873f52a2a82aecffb9261ec872 /boards/base/Win32/example/Makefile | |
parent | e6882aa5f4382e25535e0e78ac5f5d18e581eb1b (diff) | |
download | uGFX-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/example/Makefile')
-rw-r--r-- | boards/base/Win32/example/Makefile | 1 |
1 files changed, 1 insertions, 0 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 = |