blob: 36f2b317f730266ba5988da0b8d39fe3e96d04a2 [file] [log] [blame]
top ?= $(abspath ../..)
objutil ?= $(top)/util
HOSTCC ?= $(CC)
VBOOT_SOURCE ?= $(top)/3rdparty/vboot
.PHONY: all
all: $(objutil)/futility/futility
.PHONY: clean
clean:
$(RM) $(objutil)/futility/futility
$(RM) -r $(objutil)/futility/build
distclean: clean
ifneq ($(V),1)
ifneq ($(Q),)
.SILENT:
endif
endif
include Makefile.inc