Commit 679b7d01 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: kernel: Makefile: Do not look for FPGA_MGR is backport is off

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 139d885b
......@@ -22,9 +22,12 @@ I2C ?= $(REPO_PARENT)/general-cores/software/i2c-ocores/
SPI ?= $(REPO_PARENT)/general-cores/software/spi-ocores/
endif
ifeq ($(CONFIG_FPGA_MGR_BACKPORT),y)
ifndef FPGA_MGR
$(error "Missing FPGA_MGR environment variable")
endif
endif
ifndef FMC
$(error "Missing FMC environment variable")
endif
......
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