diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -148,9 +148,11 @@ archive: all ## # Hacking +CPUS ?= 4 + .PHONY: qemu qemu: clean $(IMAGE) usr - $(Q) $(QEMU) $(QEMU_FLAGS) -machine virt -kernel $(IMAGE) -initrd $(INIT) + $(Q) $(QEMU) $(QEMU_FLAGS) -machine virt -smp $(CPUS) -kernel $(IMAGE) -initrd $(INIT) .PHONY: gdb gdb: |
