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

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) ;