diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-02-19 00:19:38 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-02-19 00:19:38 +1000 |
commit | 6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b (patch) | |
tree | 8f50ff0c0b4f7a8f91b6053f767ea4f16ee48ffb /boards/base/Olimex-SAM7EX256-GE8/example/Makefile | |
parent | d4c2656e60c8218cb42d50d16c405c146fb61fce (diff) | |
download | uGFX-6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b.tar.gz uGFX-6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b.tar.bz2 uGFX-6dd606fc2f2e7a6bef7d7ac772c7f97a35f8a61b.zip |
Add demo makefiles and update example master makefiles to match.
Diffstat (limited to 'boards/base/Olimex-SAM7EX256-GE8/example/Makefile')
-rw-r--r-- | boards/base/Olimex-SAM7EX256-GE8/example/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/boards/base/Olimex-SAM7EX256-GE8/example/Makefile b/boards/base/Olimex-SAM7EX256-GE8/example/Makefile index d6161d5e..b7b4da1c 100644 --- a/boards/base/Olimex-SAM7EX256-GE8/example/Makefile +++ b/boards/base/Olimex-SAM7EX256-GE8/example/Makefile @@ -64,8 +64,11 @@ include $(GFXLIB)/gfx.mk include $(GFXLIB)/boards/base/Olimex-SAM7EX256-GE8/board.mk # Where is our source code - alter these for your project. -MYFILES = $(GFXLIB)/demos/modules/gdisp/basics -MYCSRC = $(MYFILES)/main.c +# Either just include the demo makefile or add your own definitions +include $(GFXLIB)/demos/modules/gdisp/basics/demo.mk +#MYFILES = my-project-directory +#MYCSRC = $(MYFILES)/main.c +#MYDEFS = # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. |