aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drv.c b/drv.c
index 74af1c8..778c483 100644
--- a/drv.c
+++ b/drv.c
@@ -73,6 +73,7 @@ extern DRIVER drv_M50530;
extern DRIVER drv_MatrixOrbital;
extern DRIVER drv_MatrixOrbitalGX;
extern DRIVER drv_MilfordInstruments;
+extern DRIVER drv_Newhaven;
extern DRIVER drv_Noritake;
extern DRIVER drv_NULL;
extern DRIVER drv_Pertelian;
@@ -182,6 +183,9 @@ DRIVER *Driver[] = {
#ifdef WITH_MILINST
&drv_MilfordInstruments,
#endif
+#ifdef WITH_NEWHAVEN
+ &drv_Newhaven,
+#endif
#ifdef WITH_NORITAKE
&drv_Noritake,
#endif