mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
obj-$(CONFIG_FAST_CLASSIFIER) += fast-classifier.o
|
|
|
|
ifeq ($(SFE_SUPPORT_IPV6),)
|
|
SFE_SUPPORT_IPV6=y
|
|
endif
|
|
ccflags-$(SFE_SUPPORT_IPV6) += -DSFE_SUPPORT_IPV6
|
|
|
|
ccflags-y += -I$(obj)/../shortcut-fe
|
|
|
|
obj ?= .
|