tie Microchip files into autoconf system

This commit is contained in:
Chris Conlon
2013-12-02 15:31:48 -07:00
parent 986e2b5694
commit fc97174fb8
8 changed files with 19 additions and 8 deletions

View File

@ -3,8 +3,7 @@
#
EXTRA_DIST += \
mplabx/ctaocrypt_benchmark.X/Makefile \
mplabx/ctaocrypt_benchmark.X/main.c
mplabx/ctaocrypt_benchmark.X/Makefile
EXTRA_DIST += \
mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml \

View File

@ -3,8 +3,7 @@
#
EXTRA_DIST += \
mplabx/ctaocrypt_test.X/Makefile \
mplabx/ctaocrypt_test.X/main.c
mplabx/ctaocrypt_test.X/Makefile
EXTRA_DIST += \
mplabx/ctaocrypt_test.X/nbproject/configurations.xml \

View File

@ -3,7 +3,6 @@
#
EXTRA_DIST += \
mplabx/README \
mplabx/cyassl.X/Makefile
EXTRA_DIST += \

10
mplabx/include.am Normal file
View File

@ -0,0 +1,10 @@
# vim:ft=automake
# All paths should be given relative to the root
#
EXTRA_DIST += \
mplabx/PIC32MZ-serial.h \
mplabx/README \
mplabx/benchmark_main.c \
mplabx/test_main.c