Skip to content

Commit

Permalink
mk: reminder the future cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed May 7, 2015
1 parent 5c472d6 commit 90d3015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ out ?= build/$(BOARD)
# output directory for host build targets
out_host ?= build/host

# FIXME: use smarter way to detect QEMU
# qemu directory location
QEMU_DIR ?= ../qemu_stm32/arm-softmmu/

Expand Down
1 change: 1 addition & 0 deletions mk/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ distclean: clean
-rm -rf $(out_host)
-rm -f $(CONFIG) $(CONFIG).old include/autoconf.h

# FIXME: validate the target machine and check its availability
.PHONY: qemu
qemu: $(out)/$(PROJECT).bin
-killall -q qemu-system-arm
Expand Down

0 comments on commit 90d3015

Please sign in to comment.