1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2014 Intel Corporation
4 MAKEFLAGS += --no-print-directory
8 # we must create the output dir first and recall the same Makefile
10 ifeq ($(NOT_FIRST_CALL),)
16 $(Q)mkdir -p $(RTE_OUTPUT)
17 $(Q)$(MAKE) -C $(RTE_OUTPUT) -f $(RTE_EXTMK) \
18 S=$(RTE_SRCDIR) O=$(RTE_OUTPUT) SRCDIR=$(RTE_SRCDIR)
21 $(Q)mkdir -p $(RTE_OUTPUT)
22 $(Q)$(MAKE) -C $(RTE_OUTPUT) -f $(RTE_EXTMK) $@ \
23 S=$(RTE_SRCDIR) O=$(RTE_OUTPUT) SRCDIR=$(RTE_SRCDIR)
25 include $(RTE_SDK)/mk/rte.lib.mk