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