diff options
Diffstat (limited to 'examples/netmap_compat/bridge/Makefile')
-rw-r--r-- | examples/netmap_compat/bridge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/netmap_compat/bridge/Makefile b/examples/netmap_compat/bridge/Makefile index 50d96e81..1d4ddfff 100644 --- a/examples/netmap_compat/bridge/Makefile +++ b/examples/netmap_compat/bridge/Makefile @@ -42,6 +42,7 @@ ifneq ($(CONFIG_RTE_EXEC_ENV),"linuxapp") $(info This application can only operate in a linuxapp environment, \ please change the definition of the RTE_TARGET environment variable) all: +clean: else # binary name |