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