Skip to content

Commit dbd66f1

Browse files
committed
Disable advanced03-AF_XDP in main Makefile
Until issue #72 is resolved remove advanced03-AF_XDP from the main/global Makefile. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
1 parent c5db324 commit dbd66f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22

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

66
.PHONY: clean $(LESSONS) $(LESSONS_CLEAN)

0 commit comments

Comments
 (0)