[dpdk-dev] Fix linuxapp/kni Makefile
Commit Message
Subject: [PATCH] Fix linuxapp/kni Makefile
When "make clean" is performed following message is seen
tr: missing operand after '.-'
Two strings must be given when translating.
Try 'tr --help' for more information
due to 'comma' not defined. Include appropriate .mk file.
Signed-off-by: Ravi Kerur <rkerur@gmail.com>
---
lib/librte_eal/linuxapp/kni/Makefile | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
b/lib/librte_eal/linuxapp/kni/Makefile
@@ -29,6 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+include $(RTE_SDK)/mk/internal/rte.build-pre.mk
include $(RTE_SDK)/mk/rte.vars.mk
#