From 76663a4a7916fd260779c5fecbb493009b59bb5a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 1 Oct 2017 12:38:36 +0000 Subject: Factory enhanced. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10727 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/rt.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/rt') diff --git a/os/rt/rt.mk b/os/rt/rt.mk index d4c4cac29..85607b4c4 100644 --- a/os/rt/rt.mk +++ b/os/rt/rt.mk @@ -54,6 +54,9 @@ endif ifneq ($(findstring CH_CFG_USE_MEMPOOLS TRUE,$(CHCONF)),) KERNSRC += $(CHIBIOS)/os/common/oslib/src/chmempools.c endif +ifneq ($(findstring CH_CFG_USE_FACTORY TRUE,$(CHCONF)),) +KERNSRC += $(CHIBIOS)/os/common/oslib/src/chfactory.c +endif else KERNSRC := $(CHIBIOS)/os/rt/src/chsys.c \ $(CHIBIOS)/os/rt/src/chdebug.c \ -- cgit v1.2.3