aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 316df2f8..3ee66ea6 100644
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,7 @@ root:
scripts/mkroot.sh $(MAKEFLAGS)
run_root:
- C=$$(basename "$$CROSS_COMPILE" | sed 's/-.*//'); \
- cd root/"$${C:-host}" && ./qemu-*.sh $(MAKEFLAGS) || exit 1
+ cd root/"$${CROSS:-host}" && ./qemu-*.sh
help::
@cat scripts/help.txt