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