mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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 ;
|