1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/board/chronos/drivers/Jamfile
Oliver Hahm eb88673aa5 [board/chronos/drivers]
* simple buzzer driver
2010-12-13 21:19:58 +01:00

8 lines
226 B
Plaintext

SubDir TOP board chronos drivers ;
HDRS += $(TOP)/board/$(CPU)/drivers/include ;
Module board_display : display.c display1.c ;
Module board_cc110x : cc430-cc110x.c : cc110x_cc430 ;
Module board_buzzer : buzzer.c : hwtimer ;