summaryrefslogtreecommitdiffstats
path: root/ipxact
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2021-06-19 11:11:24 -0600
committerGitHub <noreply@github.com>2021-06-19 11:11:24 -0600
commit829ba609de3aace7fd75b3a4f79fcb986f1f5596 (patch)
tree220a5002a92aae83d9dbe200b9398ebe6eb32d08 /ipxact
parent3b6030c82406e989ca2dd4bd50ab2e8008b40afd (diff)
downloadbcm5719-ortega-829ba609de3aace7fd75b3a4f79fcb986f1f5596.tar.gz
bcm5719-ortega-829ba609de3aace7fd75b3a4f79fcb986f1f5596.zip
Build: Cleanup additional static analysis issues. (#230)
Diffstat (limited to 'ipxact')
-rwxr-xr-xipxact/regen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipxact/regen.sh b/ipxact/regen.sh
index cd9fcc0..84f9015 100755
--- a/ipxact/regen.sh
+++ b/ipxact/regen.sh
@@ -54,10 +54,10 @@ mv APE_RX_PORT*.h ../include
# ${IPXACT} -p ${PROJECT} NVIC.xml APE_full.xml APE.s
${IPXACT} -p ${PROJECT} APE_full.xml -t asym APE_sym.s
-mv *.s ../libs/bcm5719/
+mv ./*.s ../libs/bcm5719/
${IPXACT} -p ${PROJECT} APE_full.xml -t ape_cpp APE.cpp
rm APE_APE*.cpp
rm APE_SHM*.cpp
rm APE_NVM*.cpp
-mv *.cpp ../simulator/
+mv ./*.cpp ../simulator/
OpenPOWER on IntegriCloud