Skip to content

Commit

Permalink
Disable advanced03-AF_XDP in main Makefile
Browse files Browse the repository at this point in the history
Until issue #72 is resolved remove advanced03-AF_XDP from
the main/global Makefile.

Signed-off-by: Jesper Dangaard Brouer <[email protected]>
  • Loading branch information
netoptimizer committed Sep 6, 2019
1 parent c5db324 commit dbd66f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)

LESSONS = $(wildcard basic*) $(wildcard packet*) $(wildcard tracing??-*) advanced03-AF_XDP
LESSONS = $(wildcard basic*) $(wildcard packet*) $(wildcard tracing??-*)
LESSONS_CLEAN = $(addsuffix _clean,$(LESSONS))

.PHONY: clean $(LESSONS) $(LESSONS_CLEAN)
Expand Down

0 comments on commit dbd66f1

Please sign in to comment.