Commit e8b44c7c authored by Federico Vaga's avatar Federico Vaga

Revert "[sw][kernel] fix variable name for FPGA Manager path"

This reverts commit ac524017.

A fix is necessary but this is the wrong place, next patch will fix
it properly.

CONFIG_FPGA_MGR_BACKPORT_PATH is used only in combination with DKMS
parent c3a2eee5
......@@ -29,7 +29,7 @@ I2C ?= $(DKMSTREE)/i2c-ocores/$(I2C_VERSION)/source
SPI ?= $(DKMSTREE)/spi-ocores/$(SPI_VERSION)/source
endif
FPGA_MGR_ABS ?= $(abspath $(CONFIG_FPGA_MGR_BACKPORT_PATH))
FPGA_MGR_ABS ?= $(abspath $(FPGA_MGR))
FMC_ABS ?= $(abspath $(FMC))
I2C_ABS ?= $(abspath $(I2C))
SPI_ABS ?= $(abspath $(SPI))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment