Skip to content
Snippets Groups Projects

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

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:undef-iop-model into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading