summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/BootSectImage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/BootSectImage/Makefile')
-rw-r--r--BaseTools/Source/C/BootSectImage/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/BaseTools/Source/C/BootSectImage/Makefile b/BaseTools/Source/C/BootSectImage/Makefile
new file mode 100644
index 0000000000..ce0c83c7b9
--- /dev/null
+++ b/BaseTools/Source/C/BootSectImage/Makefile
@@ -0,0 +1,10 @@
+!INCLUDE ..\Makefiles\ms.common
+
+APPNAME = BootSectImage
+
+LIBS = $(LIB_PATH)\Common.lib
+
+OBJECTS = BootSectImage.obj
+
+!INCLUDE ..\Makefiles\ms.app
+