source:
Makefile
@
d5c46be
| Revision d5c46be, 379 bytes checked in by batt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>, 2 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | # |
| 2 | # $Id$ |
| 3 | # Copyright 2002, 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) |
| 4 | # All rights reserved. |
| 5 | # |
| 6 | # Author: Bernie Innocenti <bernie@codewiz.org> |
| 7 | # |
| 8 | |
| 9 | # Set to 1 for verbose build output, 0 for terse output |
| 10 | V := 0 |
| 11 | |
| 12 | default: all |
| 13 | |
| 14 | include bertos/config.mk |
| 15 | |
| 16 | #Include subtargets |
| 17 | include examples/demo/demo.mk |
| 18 | #include examples/lm3s8962/lm3s8962.mk |
| 19 | |
| 20 | include bertos/rules.mk |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)