mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
SubDir TOP board eZ430-Chronos ;
|
|
|
|
HDRS += $(TOP)/board/$(CPU)/include ;
|
|
|
|
Module board : debug_uart.c board_init.c ;
|
|
UseModule board ;
|
|
|
|
SubInclude TOP board $(BOARD) drivers ;
|
|
SubInclude TOP cpu $(CPU) ;
|
|
|