]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.subdir.mk
devtools: add git log checks for SCTP and IOVA
[dpdk.git] / mk / rte.subdir.mk
index 92f5de4c89851bbc1562245fa52ccc6db997c694..6c393eb79708892cfcd774302e69413194d5888b 100644 (file)
@@ -62,8 +62,7 @@ build: _postbuild
 $(DIRS-y):
        @[ -d $(CURDIR)/$@ ] || mkdir -p $(CURDIR)/$@
        @echo "== Build $S/$@"
-       @$(MAKE) S=$S/$@ -f $(SRCDIR)/$@/Makefile -C $(CURDIR)/$@ \
-               DEPDIRS="$(DEPDIRS-$@)" all
+       @$(MAKE) S=$S/$@ -f $(SRCDIR)/$@/Makefile -C $(CURDIR)/$@ all
 
 .PHONY: clean
 clean: _postclean