diff --git a/configure/CONFIG_MODULE b/configure/CONFIG_MODULE index ebe6517c770b89352213b419c9dc22dda380edcb..9f4739a63491fc9171c5637fdc249522ac13d0cd 100644 --- a/configure/CONFIG_MODULE +++ b/configure/CONFIG_MODULE @@ -8,6 +8,8 @@ ASYN_DEP_VERSION=4.37.0 # LOKI_DEP_VERSION=1.0.0 # +SCALING_DEP_VERSION=1.7.1 +# NDS_DEP_VERSION=2.3.4 # SIS8300DRV_DEP_VERSION=4.9.0 diff --git a/sis8300llrf.Makefile b/sis8300llrf.Makefile index b82311815250ccad83194701b7f09442957bb3b4..4eac0a7feaa4fd12d216b071850f55542ec0313c 100644 --- a/sis8300llrf.Makefile +++ b/sis8300llrf.Makefile @@ -51,6 +51,10 @@ ifneq ($(strip $(SIS8300LLRFDRV_DEP_VERSION)),) sis8300llrfdrv_VERSION=$(SIS8300LLRFDRV_DEP_VERSION) endif +ifneq ($(strip $(SCALING_DEP_VERSION)),) +scaling_VERSION=$(SCALING_DEP_VERSION) +endif + # print cc1plus: warning: unrecognized command line option ‘-Wno-format-truncation’ with lower gcc 7 USR_CFLAGS += -Wno-format-truncation