X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2FMakefile;h=44df68ab82a1a41414c8215706c23cbd95740d32;hb=218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf;hp=e0d298345bfedc96b3051b3d45eaa64d2e626fa9;hpb=ae2f2fee247ad0f80f5a122fd174fa16cddd5438;p=dpdk.git diff --git a/examples/qos_sched/Makefile b/examples/qos_sched/Makefile index e0d298345b..44df68ab82 100644 --- a/examples/qos_sched/Makefile +++ b/examples/qos_sched/Makefile @@ -44,12 +44,12 @@ $(error "Please define RTE_SDK environment variable") endif # Default target, can be overridden by command line or environment -RTE_TARGET ?= x86_64-native-linuxapp-gcc +RTE_TARGET ?= x86_64-native-linux-gcc include $(RTE_SDK)/mk/rte.vars.mk ifneq ($(CONFIG_RTE_EXEC_ENV_LINUX),y) -$(info This application can only operate in a linuxapp environment, \ +$(info This application can only operate in a linux environment, \ please change the definition of the RTE_TARGET environment variable) all: clean: