X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fethtool%2FMakefile;h=995cd25beb16263e5a5ad5d15f996427d1989e60;hb=d89a58dfe90be417f153e99b75f4ad5d1f89c2bd;hp=94f8ee3c8b39f2cb6e0d721a31a0e8139120df92;hpb=bda68ab9d1e73bda4d500fa6977e3d713f483de8;p=dpdk.git diff --git a/examples/ethtool/Makefile b/examples/ethtool/Makefile index 94f8ee3c8b..995cd25beb 100644 --- a/examples/ethtool/Makefile +++ b/examples/ethtool/Makefile @@ -39,10 +39,11 @@ 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 +else DIRS-y += lib ethtool-app +endif include $(RTE_SDK)/mk/rte.extsubdir.mk