2020-12-04 22:20:38 +00:00
|
|
|
MODULE := base/detection
|
2020-08-12 18:01:07 +05:30
|
|
|
|
2020-12-04 22:20:38 +00:00
|
|
|
DETECT_OBJS_DYNAMIC=$(addprefix ../../,$(DETECT_OBJS))
|
2020-08-12 18:01:07 +05:30
|
|
|
|
|
|
|
MODULE_OBJS := \
|
2020-12-04 22:20:38 +00:00
|
|
|
detection.o \
|
2020-08-12 18:01:07 +05:30
|
|
|
$(DETECT_OBJS_DYNAMIC)
|
|
|
|
|
|
|
|
# Reset detect objects, so none of them build into the executable.
|
|
|
|
DETECT_OBJS :=
|
|
|
|
|
|
|
|
PLUGIN := 1
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/rules.mk
|