FULLPIPE: Added module.mk
OOPS!
This commit is contained in:
parent
e24ce22ca7
commit
5eaa5696e7
1 changed files with 16 additions and 0 deletions
16
engines/fullpipe/module.mk
Normal file
16
engines/fullpipe/module.mk
Normal file
|
@ -0,0 +1,16 @@
|
|||
MODULE := engines/fullpipe
|
||||
|
||||
MODULE_OBJS = \
|
||||
detection.o \
|
||||
fullpipe.o \
|
||||
ngiarchive.o \
|
||||
stateloader.o \
|
||||
utils.o
|
||||
|
||||
# This module can be built as a plugin
|
||||
ifdef BUILD_PLUGINS
|
||||
PLUGIN := 1
|
||||
endif
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
Loading…
Add table
Add a link
Reference in a new issue