PREPROC_DEFINES renamed to SIM_PREPROC_DEFINES
This commit is contained in:
@@ -21,7 +21,7 @@ $(SIM_CONF): $(sim_common_files) check-binary
|
|||||||
done
|
done
|
||||||
echo " options_meta: 'append'" >> $@
|
echo " options_meta: 'append'" >> $@
|
||||||
echo " defines:" >> $@
|
echo " defines:" >> $@
|
||||||
for x in $(subst +define+,,$(PREPROC_DEFINES)); do \
|
for x in $(subst +define+,,$(SIM_PREPROC_DEFINES)); do \
|
||||||
echo ' - "'$$x'"' >> $@; \
|
echo ' - "'$$x'"' >> $@; \
|
||||||
done
|
done
|
||||||
echo " defines_meta: 'append'" >> $@
|
echo " defines_meta: 'append'" >> $@
|
||||||
|
|||||||
Reference in New Issue
Block a user