mirror of https://github.com/acidanthera/audk.git
Move post building command from make file to bat file. Until build system support post build, these command will be for Duet platform's post building commands.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5125 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4cb43192bd
commit
79f16ea384
|
@ -33,7 +33,7 @@ LIBS =
|
|||
|
||||
COMMON_DEPS =
|
||||
|
||||
all: $(TARGET_FILES) loader
|
||||
all: $(TARGET_FILES)
|
||||
|
||||
#=============
|
||||
$(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm
|
||||
|
|
|
@ -129,3 +129,6 @@
|
|||
# ISA Support
|
||||
DuetPkg/IsaAcpiDxe/IsaAcpi.inf
|
||||
DuetPkg/BootSector/BootSector.inf
|
||||
|
||||
[BuildOptions.common]
|
||||
MSFT:*_*_*_CC_FLAGS = /Fa$* /FAsc /FR$(@R).SBR
|
Loading…
Reference in New Issue