X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fexception_path%2FMakefile;h=959914a2a57353ee7160ba188e40275de5f89ba2;hb=cf32c2e541a1c439c3a8a3091ffda0bc2f2666fd;hp=76f71d9e4423a6874bbc8d2a532318b613ea5959;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/examples/exception_path/Makefile b/examples/exception_path/Makefile index 76f71d9e44..959914a2a5 100644 --- a/examples/exception_path/Makefile +++ b/examples/exception_path/Makefile @@ -39,9 +39,10 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc include $(RTE_SDK)/mk/rte.vars.mk ifneq ($(CONFIG_RTE_EXEC_ENV),"linuxapp") -$(error This application can only operate in a linuxapp environment, \ +$(info This application can only operate in a linuxapp environment, \ please change the definition of the RTE_TARGET environment variable) -endif +all: +else # binary name APP = exception_path @@ -53,3 +54,5 @@ CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) include $(RTE_SDK)/mk/rte.extapp.mk + +endif