|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
hostprogs-y := bpfilter_umh
|
|
hostprogs-y := bpfilter_umh
|
|
bpfilter_umh-objs := main.o
|
|
bpfilter_umh-objs := main.o
|
|
-HOSTCFLAGS += -I. -Itools/include/
|
|
|
|
|
|
+HOSTCFLAGS += -I. -Itools/include/ -Itools/include/uapi
|
|
ifeq ($(CONFIG_BPFILTER_UMH), y)
|
|
ifeq ($(CONFIG_BPFILTER_UMH), y)
|
|
# builtin bpfilter_umh should be compiled with -static
|
|
# builtin bpfilter_umh should be compiled with -static
|
|
# since rootfs isn't mounted at the time of __init
|
|
# since rootfs isn't mounted at the time of __init
|