Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
50 |
jlesech |
1 |
# Import environment set for target. |
|
|
2 |
Import('env_target') |
|
|
3 |
|
|
|
4 |
# Define target name. |
|
|
5 |
TARGET = 'eeprom_24c128_24c256' |
|
|
6 |
|
|
|
7 |
# Define source files. |
|
|
8 |
sources = [ |
|
|
9 |
'eeprom_24c128_24c256.c' |
|
|
10 |
] |
|
|
11 |
|
|
|
12 |
# Build library. |
|
|
13 |
env_target.BuildLibrary(sources, TARGET) |