From 10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 21 Nov 2017 12:54:54 +0000 Subject: Improved make system. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11049 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/lib/complex/mfs/mfs.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'os/hal/lib/complex/mfs/mfs.mk') diff --git a/os/hal/lib/complex/mfs/mfs.mk b/os/hal/lib/complex/mfs/mfs.mk index eeec6da84..b1b67bb61 100644 --- a/os/hal/lib/complex/mfs/mfs.mk +++ b/os/hal/lib/complex/mfs/mfs.mk @@ -2,4 +2,8 @@ MFSSRC := $(CHIBIOS)/os/hal/lib/complex/mfs/mfs.c # Required include directories -MFSINC := $(CHIBIOS)/os/hal/lib/complex/mfs \ No newline at end of file +MFSINC := $(CHIBIOS)/os/hal/lib/complex/mfs + +# Shared variables +ALLCSRC += $(MFSSRC) +ALLINC += $(MFSINC) -- cgit v1.2.3