Browse Source

reorder build order of src directory

Descend into the library modules in order, from bottom-to-top.
tags/v0.4.0-rc1
Zachary T Welch 14 years ago
parent
commit
87a0119fa2
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      src/Makefile.am

+ 9
- 1
src/Makefile.am View File

@@ -1,4 +1,12 @@
SUBDIRS = helper jtag xsvf svf target server flash pld
SUBDIRS = \
helper \
jtag \
target \
flash \
svf \
xsvf \
pld \
server


lib_LTLIBRARIES = libopenocd.la lib_LTLIBRARIES = libopenocd.la
bin_PROGRAMS = openocd bin_PROGRAMS = openocd


Loading…
Cancel
Save