ebtables-extensions: Fix usage of KERNEL_MAKE_FLAGS

KERNEL_MAKE_FLAGS passes arguments to 'make'
and not to the compiler which is probably
what was intended.
This commit is contained in:
Markus Gothe 2025-02-19 16:22:35 +01:00
parent f668c5cc33
commit cdc8972031

View file

@ -234,7 +234,6 @@ endif
$(CP) $(PKG_BUILD_DIR)/src/ebt_mldsnooping.h $(1)/include/uapi/linux/netfilter_bridge/ $(CP) $(PKG_BUILD_DIR)/src/ebt_mldsnooping.h $(1)/include/uapi/linux/netfilter_bridge/
endef endef
KERNEL_MAKE_FLAGS += -I$(LINUX_DIR)/include
ifeq ($(CONFIG_TARGET_airoha),y) ifeq ($(CONFIG_TARGET_airoha),y)
KERNEL_MAKE_FLAGS += PLATFORM="ECONET" KERNEL_MAKE_FLAGS += PLATFORM="ECONET"
endif endif