Blame | Last modification | View Log | Download | RSS feed
# Import environment set for target.
Import('env_target')
# Define target name.
TARGET = 'eeprom_24c128_24c256'
# Define source files.
sources = [
'eeprom_24c128_24c256.c'
]
# Build library.
env_target.BuildLibrary(sources, TARGET)