diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 01:52:24 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 01:52:24 +0000 |
commit | a618ea6aea3666673874ce4226f423bc13e227c2 (patch) | |
tree | f0df36b604dcdd50a7c46b9cdb5d94503ec7d57c /DuetPkg | |
parent | 6f5cf7595f81ad88f94ab9c38081d0b971abdfe4 (diff) | |
download | edk2-platforms-a618ea6aea3666673874ce4226f423bc13e227c2.tar.xz |
convert blank to tab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5639 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r-- | DuetPkg/BootSector/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/Makefile b/DuetPkg/BootSector/Makefile index 741ce44444..efaddbd9a3 100644 --- a/DuetPkg/BootSector/Makefile +++ b/DuetPkg/BootSector/Makefile @@ -38,7 +38,7 @@ LIBS = COMMON_DEPS =
all: $(TARGET_FILES)
-
+
#=============
$(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm
"$(ASM16)" /c /omf /Fo"$(OUTPUT_DIR)\bootsect.obj" /FR"$(OUTPUT_DIR)\bootsect.txt" "$(MODULE_DIR)\bootsect.asm"
|