mk: allow exec-env specific targets
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 6 Jun 2017 12:58:36 +0000 (18:28 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jul 2017 21:55:55 +0000 (23:55 +0200)
Add a hook in generic rte.sdkbuild.mk file
to include exec-env specific targets.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
mk/rte.sdkbuild.mk

index 0bf909e..f6068bb 100644 (file)
@@ -38,6 +38,9 @@ else
   include $(RTE_SDK)/mk/rte.vars.mk
 endif
 
+# allow exec-env specific targets
+-include $(RTE_SDK)/mk/exec-env/$(RTE_EXEC_ENV)/rte.custom.mk
+
 buildtools: | lib
 drivers: | lib buildtools
 app: | lib buildtools drivers