X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=f218cb082eb23ab0ce0fb250b41a56b094535e14;hb=406ab9d3657d028c974069ce63807a88dfa62a4f;hp=5808a3336c16d6f83830dd5d7faac1cd6f99e350;hpb=54ccf2261cb1f4afd966b7b1e92689183cb17836;p=vpp.git diff --git a/Makefile b/Makefile index 5808a3336c1..f218cb082eb 100644 --- a/Makefile +++ b/Makefile @@ -242,7 +242,7 @@ cscope: cscope.files export DOXY_DIR ?= $(WS_ROOT)/doxygen define make-doxy - @WS_ROOT="$(WS_ROOT)" BR="$(BR)" make -C $(DOXY_DIR) $@ + @OS_ID="$(OS_ID)" WS_ROOT="$(WS_ROOT)" BR="$(BR)" make -C $(DOXY_DIR) $@ endef .PHONY: bootstrap-doxygen doxygen wipe-doxygen