X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fmulti_process%2FMakefile;fp=examples%2Fmulti_process%2FMakefile;h=b76b02fcbb1dedd5cb8662d2a81f8d3a7ea0b7c4;hb=05f1d6842fc34a905ff971c9bbbd20c4653e9b26;hp=a6708b7e480b98ce540aaf1beec395f645f43749;hpb=8f62ec38616b16491f8601fc54ad5d643ef0e339;p=dpdk.git diff --git a/examples/multi_process/Makefile b/examples/multi_process/Makefile index a6708b7e48..b76b02fcbb 100644 --- a/examples/multi_process/Makefile +++ b/examples/multi_process/Makefile @@ -13,5 +13,6 @@ include $(RTE_SDK)/mk/rte.vars.mk DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += client_server_mp DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += simple_mp DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += symmetric_mp +DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += hotplug_mp include $(RTE_SDK)/mk/rte.extsubdir.mk