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