1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/projects/cc110x/Jamfile

10 lines
176 B
Plaintext
Raw Normal View History

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