]> git.droids-corp.org - dpdk.git/blobdiff - examples/ethtool/Makefile
kni: support chained mbufs
[dpdk.git] / examples / ethtool / Makefile
index 94f8ee3c8b39f2cb6e0d721a31a0e8139120df92..995cd25beb16263e5a5ad5d15f996427d1989e60 100644 (file)
@@ -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