1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/board/chronos/Jamfile
2011-07-10 22:49:41 +02:00

11 lines
195 B
Plaintext

SubDir TOP board chronos ;
HDRS += $(TOP)/board/$(CPU)/include ;
Module board : putchar.c board_init.c ;
UseModule board ;
SubInclude TOP board $(BOARD) drivers ;
SubInclude TOP cpu $(CPU) ;