summaryrefslogtreecommitdiff
path: root/bpfc
diff options
context:
space:
mode:
Diffstat (limited to 'bpfc')
-rw-r--r--bpfc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpfc/Makefile b/bpfc/Makefile
index 483980d..5c8b8c9 100644
--- a/bpfc/Makefile
+++ b/bpfc/Makefile
@@ -12,3 +12,8 @@ bpfc-lex = bpf_lexer.yy.o
bpfc-yaac = bpf_parser.tab.o
bpfc-eflags = -I..
+
+bpfc-confs =
+
+bpfc_clean_custom:
+ $(Q)$(call RM,$(BUILD_DIR)/*.h $(BUILD_DIR)/*.c)