Skip to content

Commit

Permalink
kernel_fiter: add cxx flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Kale committed Aug 24, 2023
1 parent 57d23a6 commit 44bd81d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/kernel-filter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ all: kp_kernel_filter.so

MAKEFILE_PATH := $(subst Makefile,,$(abspath $(lastword $(MAKEFILE_LIST))))

CXXFLAGS+=-I${MAKEFILE_PATH} -I../../profiling/all/ -I../makefile-only/

kp_kernel_filter.so: ${MAKEFILE_PATH}kp_kernel_filter.cpp
$(CXX) $(SHARED_CXXFLAGS) $(CXXFLAGS) -o $@ ${MAKEFILE_PATH}kp_kernel_filter.cpp

Expand Down

0 comments on commit 44bd81d

Please sign in to comment.