Remove stray tabs

This commit is contained in:
Michael Vines 2018-12-05 07:43:26 -08:00 committed by Grimes
parent 0cb5ae41c6
commit 3cefa59a14
1 changed files with 8 additions and 8 deletions

View File

@ -49,27 +49,27 @@ CXX_FLAGS := \
BPF_C_FLAGS := \
$(C_FLAGS) \
-S \
-S \
-emit-llvm \
-target bpf \
-fPIC \
-fPIC \
BPF_CXX_FLAGS := \
$(CXX_FLAGS) \
-S \
-S \
-emit-llvm \
-target bpf \
-fPIC \
-fPIC \
BPF_LLC_FLAGS := \
-march=bpf \
-filetype=obj \
BPF_LLD_FLAGS := \
-z notext \
-shared \
--Bdynamic \
$(LOCAL_PATH)bpf.ld \
-z notext \
-shared \
--Bdynamic \
$(LOCAL_PATH)bpf.ld \
OBJ_DUMP_FLAGS := \
-color \