Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed the macro option from -y to -D
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1314 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
lhauch committed Aug 28, 2008
1 parent 5c08fec commit 7cf4ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/AutoGen/GenMake.py
Expand Up @@ -1339,7 +1339,7 @@ class TopLevelMakefile(BuildFile):
#
fds: init
\t-@cd $(FV_DIR)
${BEGIN}\tGenFds -f ${fdf_file} -o $(BUILD_DIR) -t $(TOOLCHAIN) -b $(TARGET) -p ${active_platform} -a ${build_architecture_list} ${log_level}${END}${BEGIN} -r ${fd} ${END}${BEGIN} -i ${fv} ${END}${BEGIN} -y ${macro} ${END}
${BEGIN}\tGenFds -f ${fdf_file} -o $(BUILD_DIR) -t $(TOOLCHAIN) -b $(TARGET) -p ${active_platform} -a ${build_architecture_list} ${log_level}${END}${BEGIN} -r ${fd} ${END}${BEGIN} -i ${fv} ${END}${BEGIN} -D ${macro} ${END}
#
# run command for emulator platform only
Expand Down

0 comments on commit 7cf4ced

Please sign in to comment.