ao-tools: Create general elf and hex library routines
[fw/altos] / ao-tools / lib / Makefile.am
index a664d083dde6d94f9ff56d06631ed56dc3157336..868b64f157de882a14f253d9e3966367ab7bf5d4 100644 (file)
@@ -11,7 +11,6 @@ libao_tools_a_SOURCES = \
        ccdbg-debug.h \
        ccdbg-flash.c \
        ccdbg.h \
-       ccdbg-hex.c \
        ccdbg-io.c \
        ccdbg-manual.c \
        ccdbg-memory.c \
@@ -21,6 +20,7 @@ libao_tools_a_SOURCES = \
        cc-convert.c \
        cc-dsp.c \
        cc-integrate.c \
+       cc-mega.c \
        cc-period.c \
        cc-process.c \
        cc-usb.c \
@@ -34,10 +34,13 @@ libao_tools_a_SOURCES = \
        cc-telem.c \
        cc-telemetry.c \
        cc-telemetry.h \
-       cc-mega.c \
        cp-usb-async.c \
        cp-usb-async.h \
        i0.c \
        chbevl.c \
        mconf.h \
-       cephes.h
+       cephes.h \
+       ao-hex.c \
+       ao-hex.h \
+       ao-elf.c \
+       ao-elf.h