Home
last modified time | relevance | path

Searched refs:GDBUS_APPS (Results 1 – 1 of 1) sorted by relevance

/openbmc/skeleton/
H A DMakefile1 GDBUS_APPS = bmcctl \ macro
19 REVERSE_SUBDIRS = $(shell echo $(SUBDIRS) $(GDBUS_APPS) | tr ' ' '\n' | tac |tr '\n' ' ')
21 .PHONY: subdirs $(SUBDIRS) $(GDBUS_APPS)
23 subdirs: $(SUBDIRS) $(GDBUS_APPS)
28 $(GDBUS_APPS): libopenbmc_intf
32 @for d in $(SUBDIRS) $(GDBUS_APPS); do \