Include the test modules if the overal virtual/test module is included. Also set a new global build system var along with a configuration variable.
10 lines
143 B
Makefile
10 lines
143 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
MODULE_DEPS += lib/fs/fat
|
|
|
|
MODULE_SRCS += $(LOCAL_DIR)/test.cpp
|
|
|
|
include make/module.mk
|