From 4fe88d34a42e600d537287aacc500adcda29c303 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Wed, 28 Feb 2018 07:36:00 +0000 Subject: Updated EX makefiles to be compliant with new mechanisms git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11590 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/l3gd20.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'os/ex/ST/l3gd20.mk') diff --git a/os/ex/ST/l3gd20.mk b/os/ex/ST/l3gd20.mk index eb547a739..2d593770d 100644 --- a/os/ex/ST/l3gd20.mk +++ b/os/ex/ST/l3gd20.mk @@ -3,4 +3,8 @@ L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c # Required include directories L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \ - $(CHIBIOS)/os/ex/ST \ No newline at end of file + $(CHIBIOS)/os/ex/ST + +# Shared variables +ALLCSRC += $(L3GD20SRC) +ALLINC += $(L3GD20INC) \ No newline at end of file -- cgit v1.2.3