FreeCalypso > hg > fc-tourmaline
diff scripts/make-rv-swe-hdr.sh @ 297:8dfdf88d632f
BUZM SWE initial implementation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 29 Mar 2022 03:45:41 +0000 |
parents | e17bdedfbf2b |
children |
line wrap: on
line diff
--- a/scripts/make-rv-swe-hdr.sh Mon Mar 28 00:43:11 2022 +0000 +++ b/scripts/make-rv-swe-hdr.sh Tue Mar 29 03:45:41 2022 +0000 @@ -44,6 +44,11 @@ echo '#define RVM_RTC_SWE' echo '#define RVM_FFS_SWE' +if [ "$BUZM_STATE" = 1 ] +then + echo '#define RVM_BUZM_SWE' +fi + if [ "$VIBR_STATE" = 1 ] then echo '#define RVM_VIBR_SWE'