]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Split/GNUmakefile
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / C / Split / GNUmakefile
diff --git a/BaseTools/Source/C/Split/GNUmakefile b/BaseTools/Source/C/Split/GNUmakefile
new file mode 100644 (file)
index 0000000..45cf419
--- /dev/null
@@ -0,0 +1,12 @@
+ARCH ?= IA32
+MAKEROOT ?= ..
+
+APPNAME = Split
+
+OBJECTS = Split.o
+
+include $(MAKEROOT)/Makefiles/app.makefile
+
+LIBS = -lCommon
+
+