f-stack/dpdk/mk/rte.sdkdepdirs.mk

10 lines
257 B
Makefile
Raw Normal View History

2018-12-06 14:17:51 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2014 Intel Corporation
2017-04-21 10:43:26 +00:00
ifeq (,$(wildcard $(RTE_OUTPUT)/.config))
$(error "need a make config first")
endif
ifeq (,$(wildcard $(RTE_OUTPUT)/Makefile))
$(error "need a make config first")
endif