summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/VolInfo/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/VolInfo/GNUmakefile')
-rw-r--r--BaseTools/Source/C/VolInfo/GNUmakefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/BaseTools/Source/C/VolInfo/GNUmakefile b/BaseTools/Source/C/VolInfo/GNUmakefile
new file mode 100644
index 000000000..309f9ccf8
--- /dev/null
+++ b/BaseTools/Source/C/VolInfo/GNUmakefile
@@ -0,0 +1,12 @@
+ARCH ?= IA32
+MAKEROOT ?= ..
+
+APPNAME = VolInfo
+
+OBJECTS = VolInfo.o
+
+include $(MAKEROOT)/Makefiles/app.makefile
+
+LIBS = -lCommon
+
+