From 96b4d0cea5045770e2343908c40cbfc6ebb4ac1e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 15:11:56 +0200 Subject: build: refactor tool specific flags into /Makefile To get the normal Makefile a bit cleaner, push the tool specific build options into /Makefile. Signed-off-by: Daniel Borkmann --- bpfc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpfc') diff --git a/bpfc/Makefile b/bpfc/Makefile index fa19d55..483980d 100644 --- a/bpfc/Makefile +++ b/bpfc/Makefile @@ -10,3 +10,5 @@ bpfc-objs = xmalloc.o \ bpfc-lex = bpf_lexer.yy.o bpfc-yaac = bpf_parser.tab.o + +bpfc-eflags = -I.. -- cgit v1.2.3-54-g00ecf