Skip to content
Snippets Groups Projects
Commit e3782323 authored by Dimitris Lampridis's avatar Dimitris Lampridis
Browse files

[svec] fix dependency to i2c-ocores

parent 93516e9a
No related branches found
No related tags found
No related merge requests found
Pipeline #1285582 passed
...@@ -11,3 +11,15 @@ index 17949d3..4b35ebe 100644 ...@@ -11,3 +11,15 @@ index 17949d3..4b35ebe 100644
ccflags-y += -I$(VMEBRIDGE_ABS)/include ccflags-y += -I$(VMEBRIDGE_ABS)/include
ccflags-y += -I$(FPGA_MGR_ABS)/include ccflags-y += -I$(FPGA_MGR_ABS)/include
diff --git a/software/kernel/svec-core.c b/software/kernel/svec-core.c
index d372a41..3c96157 100644
--- a/software/kernel/svec-core.c
+++ b/software/kernel/svec-core.c
@@ -620,6 +620,6 @@ MODULE_LICENSE("GPL v2");
MODULE_VERSION(VERSION);
MODULE_DESCRIPTION("Driver for the 'Simple VME FMC Carrier' a.k.a. SVEC");
-MODULE_SOFTDEP("pre: htvic i2c_mux i2c_ohwr spi-ocores");
+MODULE_SOFTDEP("pre: htvic i2c_mux i2c-ocores spi-ocores");
ADDITIONAL_VERSIONS;
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