diff options
Diffstat (limited to 'BaseTools/Source/C/BootSectImage/GNUmakefile')
-rw-r--r-- | BaseTools/Source/C/BootSectImage/GNUmakefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/BaseTools/Source/C/BootSectImage/GNUmakefile b/BaseTools/Source/C/BootSectImage/GNUmakefile new file mode 100644 index 0000000000..0891060988 --- /dev/null +++ b/BaseTools/Source/C/BootSectImage/GNUmakefile @@ -0,0 +1,10 @@ +ARCH ?= IA32 +MAKEROOT ?= .. + +APPNAME = BootSectImage + +LIBS = -lCommon + +OBJECTS = bootsectimage.o + +include $(MAKEROOT)/Makefiles/app.makefile |