mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
reorder build order of src directory
Descend into the library modules in order, from bottom-to-top.
This commit is contained in:
@@ -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
|
||||
bin_PROGRAMS = openocd
|
||||
|
||||
Reference in New Issue
Block a user