Skip to content

Commit

Permalink
Added Module definition for template
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood authored and abcminiuser committed Dec 31, 2017
1 parent f46d40f commit b704176
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Template/lib/TEMPLATE_LIB/TEMPLATE_LIB.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ $(foreach MANDATORY_VAR, $(DMBS_BUILD_MANDATORY_VARS), $(call ERROR_IF_UNSET, $(
TEMPLATE_LIB_SRC := $(TEMPLATE_LIB_MODULE_PATH)/src/template_lib.c

# Compiler flags and sources
SRC += $(TEMPLATE_LIB_SRC)
CC_FLAGS += -I$(TEMPLATE_LIB_MODULE_PATH)/include/
SRC += $(TEMPLATE_LIB_SRC)
CC_FLAGS += -DDMBS_MODULE_TEMPLATE_LIB
CC_FLAGS += -I$(TEMPLATE_LIB_MODULE_PATH)/include/

# Phony build targets for this module
.PHONY: $(DMBS_BUILD_TARGETS)
Expand Down

0 comments on commit b704176

Please sign in to comment.