Skip to content

Commit c898b09

Browse files
author
Mark Qvist
committed
Working
0 parents  commit c898b09

File tree

1,049 files changed

+288572
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,049 files changed

+288572
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
obj
2+
images

Makefile

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# Copyright 2009 Develer S.r.l. (http://www.develer.com/)
3+
# All rights reserved.
4+
#
5+
# Author: Lorenzo Berni <[email protected]>
6+
#
7+
8+
# Set to 1 for verbose build output, 0 for terse output
9+
V := 0
10+
11+
default: all
12+
13+
include bertos/config.mk
14+
15+
include Modem/Modem.mk
16+
17+
include bertos/rules.mk

0 commit comments

Comments
 (0)