Skip to content
Snippets Groups Projects
Commit 8c2214b1 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Adding logic to undef IOP_MODEL before we include the env that may define it,...

Adding logic to undef IOP_MODEL before we include the env that may define it, that way the ENV can't be setting it
parent 698b80e0
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!387Merge master branch into debian packaging branch,!374Adding logic to undef IOP_MODEL before we include the env that may define it,...
This commit is part of merge request !387. Comments created here will be created in the context of that merge request.
......@@ -17,6 +17,12 @@ $(shell cp -rp $(RCG_SRC)/src/fe/ $(mkfile_dir)/src/)
$(shell cp -rp $(RCG_SRC)/src/drv/ $(mkfile_dir)/src/)
$(shell cp -rp $(RCG_SRC)/src/shmem/ $(mkfile_dir)/src/)
# We always want to take these values from the below
# KernelVars.mk script and not the ENV
undefine IOP_MODEL
undefine BUILD_WITH_DOLPHIN
# Include the generated make variables, written by
# the feCodeGen.pl script.
include $(mkfile_dir)/KernelVars.mk
......
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