reorder build order of src directory
Descend into the library modules in order, from bottom-to-top.
This commit is contained in:
parent
f3e6f584f1
commit
87a0119fa2
|
@ -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…
Reference in New Issue