diff options
Diffstat (limited to 'examples/qos_sched/Makefile')
-rw-r--r-- | examples/qos_sched/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qos_sched/Makefile b/examples/qos_sched/Makefile index f59645f5..e41ac500 100644 --- a/examples/qos_sched/Makefile +++ b/examples/qos_sched/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 |