10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
SubDir TOP projects cc110x ;
|
|
# LOCATE_TARGET = $(SEARCH_SOURCE)/bin ;
|
|
|
|
Library cc110x : main.c ;
|
|
|
|
UseModule cc110x ;
|
|
UseModule gpioint ;
|
|
|
|
LinkLibraries $(BOARD).elf : cc110x ;
|