From b8989e6bc221c7273ad70e2361a4f0457422cebe Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 21 Dec 2022 14:48:37 +0100 Subject: Remove unecessary flags The flags aren't necessary anymore as the filter is built at runtime. Signed-off-by: Alice Frosi --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2b600e..7fbd88b 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,8 @@ AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/I[456]86/I386/') AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPC64/PPC/') AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPCLE/PPC64LE/') -CFLAGS += -DBUILD_TRANSFORM_OUT=\"t.out\" -DBUILD_BPF_OUT=\"bpf.out\" -CFLAGS += -DBUILD_IN=\"qemu_filter\" +CFLAGS += -DBUILD_TRANSFORM_OUT=\"t.out\" CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH) -CFLAGS += -DBUILD_PROFILE=qemu_filter CFLAGS += -Wall -Wextra -pedantic all: bpf.out t.out seitan-loader seitan -- cgit v1.2.3