github.com/blixtra/rkt@v0.8.1-0.20160204105720-ab0d1add1a43/stage1/secondary-stuff.mk (about)

     1  # aci directory should be the last one
     2  _S1_SS_SUBDIRS_ := \
     3  	appexec \
     4  	prepare-app \
     5  	enter \
     6  	enter_kvm \
     7  	net-plugins \
     8  	net \
     9  	init \
    10  	gc \
    11  	reaper \
    12  	units \
    13  	aci
    14  
    15  $(call inc-many,$(foreach f,$(_S1_SS_SUBDIRS_),$f/$f.mk))
    16  
    17  $(call undefine-namespaces,S1_SS _S1_SS)