10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
|
# vim:ft=automake
|
||
|
# included from Top Level Makefile.am
|
||
|
# All paths should be given relative to the root
|
||
|
|
||
|
EXTRA_DIST+= IDE/IAR-MSP430/Makefile
|
||
|
EXTRA_DIST+= IDE/IAR-MSP430/README.md
|
||
|
EXTRA_DIST+= IDE/IAR-MSP430/main.c
|
||
|
EXTRA_DIST+= IDE/IAR-MSP430/user_settings.h
|
||
|
|