Skip to content

Commit

Permalink
(Makefile) add helper make kvm/qemu targets
Browse files Browse the repository at this point in the history
  • Loading branch information
bensimner committed May 17, 2024
1 parent e61d789 commit 3838058
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,14 @@ compile_commands.json: $(BINTARGETS)
build: build-default compile_commands.json
LITMUS_TARGETS += build

.PHONY: kvm
kvm: build-kvm-default compile_commands.json
LITMUS_TARGETS += kvm

.PHONY: qemu
qemu: build-qemu-default compile_commands.json
LITMUS_TARGETS += qemu

test: ./qemu_unittests
test:
./qemu_unittests $(BIN_ARGS)
Expand Down

0 comments on commit 3838058

Please sign in to comment.