Hi, > +if [ "$capstone_internal" = "yes" ]; then > + echo "config-host.h: subdir-capstone" >> $config_host_mak > +fi
I think this isn't going to work correctly. In case both capstone and dtc are used we need a single line with the dependencies, i.e. config-host.h: subdir-dtc subdir-capstone cheers, Gerd