]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/BootSectImage/GNUmakefile
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / C / BootSectImage / GNUmakefile
CommitLineData
30fdf114
LG
1ARCH ?= IA32
2MAKEROOT ?= ..
3
4APPNAME = BootSectImage
5
6LIBS = -lCommon
7
8OBJECTS = bootsectimage.o
9
10include $(MAKEROOT)/Makefiles/app.makefile