]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/BootSectImage/GNUmakefile
08910609885112b55aa38e86423f6448de6c731a
[mirror_edk2.git] / BaseTools / Source / C / BootSectImage / GNUmakefile
1 ARCH ?= IA32
2 MAKEROOT ?= ..
3
4 APPNAME = BootSectImage
5
6 LIBS = -lCommon
7
8 OBJECTS = bootsectimage.o
9
10 include $(MAKEROOT)/Makefiles/app.makefile