From 71b8024c4bec3c0b450c7f2b4b38ee4834fc8222 Mon Sep 17 00:00:00 2001 From: crinq Date: Thu, 27 Jun 2019 22:43:24 +0200 Subject: [PATCH] gains --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e4a438e5..8a50d691 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,7 @@ COMPS += shared/comps/rl.c COMPS += shared/comps/mad.c COMPS += shared/comps/sensorless.c COMPS += shared/comps/field.c +COMPS += shared/comps/gain.c SOURCES += $(COMPS)