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

Merge branch 'undef-iop-model' into 'master'

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

See merge request !374
parents 698b80e0 8c2214b1
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,...
......@@ -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