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

* moved flashrom from msp430-common to msb430x16x

This commit is contained in:
Oliver Hahm 2010-12-14 16:44:32 +01:00
parent d2e45cdf59
commit fd82243037

View File

@ -28,7 +28,7 @@
SubDir TOP board msb-430-common ;
Module board : board_init.c debug_uart.c ;
Module board_config : board_config.c ;
Module board_config : board_config.c : flashrom ;
UseModule board ;
SubInclude TOP cpu $(CPU) ;