diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |