mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-24 14:54:24 +00:00
11 lines
203 B
Makefile
11 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 ?= .
|