Prepare test components to scripts/legacy.make

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/tests/scripts/components-psasim.sh b/tests/scripts/components-psasim.sh
index a20f917..e3952c5 100644
--- a/tests/scripts/components-psasim.sh
+++ b/tests/scripts/components-psasim.sh
@@ -83,7 +83,7 @@
     helper_psasim_build client
 
     msg "build test suites"
-    make PSASIM=1 CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS" tests
+    $MAKE_COMMAND PSASIM=1 CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS" tests
 
     helper_psasim_server start
 
@@ -93,7 +93,7 @@
     export SKIP_TEST_SUITES
 
     msg "run test suites"
-    make PSASIM=1 test
+    $MAKE_COMMAND PSASIM=1 test
 
     helper_psasim_server kill
 }