audk/BaseTools/Source/C/GenCrc32/GNUmakefile

11 lines
131 B
Makefile
Raw Normal View History

ARCH ?= IA32
MAKEROOT ?= ..
APPNAME = GenCrc32
LIBS = -lCommon
OBJECTS = GenCrc32.o
include $(MAKEROOT)/Makefiles/app.makefile