X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2FMakefile;h=f59645f527993bea2cfd257a1c2801c5d39a2d1d;hb=1b93c2aa81b4;hp=48713f9c805eb7242f19e296b6b337dd6d61c0a5;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/examples/qos_sched/Makefile b/examples/qos_sched/Makefile old mode 100755 new mode 100644 index 48713f9c80..f59645f527 --- a/examples/qos_sched/Makefile +++ b/examples/qos_sched/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 = qos_sched @@ -55,3 +56,5 @@ CFLAGS_args.o := -D_GNU_SOURCE CFLAGS_cfg_file.o := -D_GNU_SOURCE include $(RTE_SDK)/mk/rte.extapp.mk + +endif