github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/stage1/stop_kvm/stop_kvm.mk (about) 1 STK_FLAVORS := $(filter kvm,$(STAGE1_FLAVORS)) 2 3 ifneq ($(STK_FLAVORS),) 4 5 ASGB_FLAVORS := $(STK_FLAVORS) 6 7 $(foreach f,$(ASGB_FLAVORS),$(eval STAGE1_STOP_CMD_$f := /stop_kvm)) 8 9 include stage1/makelib/aci_simple_go_bin.mk 10 11 endif 12 13 $(undefine-namespaces,STK) 14