Skip to content
Snippets Groups Projects
Commit e0ec3255 authored by Wayne Lewis's avatar Wayne Lewis
Browse files

Add dependency on scaling

parent 241d86bf
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ASYN_DEP_VERSION=4.37.0 ...@@ -8,6 +8,8 @@ ASYN_DEP_VERSION=4.37.0
# #
LOKI_DEP_VERSION=1.0.0 LOKI_DEP_VERSION=1.0.0
# #
SCALING_DEP_VERSION=1.7.1
#
NDS_DEP_VERSION=2.3.4 NDS_DEP_VERSION=2.3.4
# #
SIS8300DRV_DEP_VERSION=4.9.0 SIS8300DRV_DEP_VERSION=4.9.0
......
...@@ -51,6 +51,10 @@ ifneq ($(strip $(SIS8300LLRFDRV_DEP_VERSION)),) ...@@ -51,6 +51,10 @@ ifneq ($(strip $(SIS8300LLRFDRV_DEP_VERSION)),)
sis8300llrfdrv_VERSION=$(SIS8300LLRFDRV_DEP_VERSION) sis8300llrfdrv_VERSION=$(SIS8300LLRFDRV_DEP_VERSION)
endif 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 # print cc1plus: warning: unrecognized command line option ‘-Wno-format-truncation’ with lower gcc 7
USR_CFLAGS += -Wno-format-truncation USR_CFLAGS += -Wno-format-truncation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment