X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FGenCrc32%2FGNUmakefile;h=a3b4aa8c922e22b4ddf0a765b58fb301a3771aba;hb=7dbc50bd244d95fdc1741b9cfc561f0bfd724de1;hp=73f525c82ae34e4597688360f009de2d66bb340b;hpb=30fdf1140b8d1ce93f3821d986fa165552023440;p=mirror_edk2.git diff --git a/BaseTools/Source/C/GenCrc32/GNUmakefile b/BaseTools/Source/C/GenCrc32/GNUmakefile index 73f525c82a..a3b4aa8c92 100644 --- a/BaseTools/Source/C/GenCrc32/GNUmakefile +++ b/BaseTools/Source/C/GenCrc32/GNUmakefile @@ -1,10 +1,22 @@ -ARCH ?= IA32 -MAKEROOT ?= .. - -APPNAME = GenCrc32 - -LIBS = -lCommon - -OBJECTS = GenCrc32.o - -include $(MAKEROOT)/Makefiles/app.makefile +## @file +# GNU/Linux makefile for 'GenCrc32' module build. +# +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +HOST_ARCH ?= IA32 +MAKEROOT ?= .. + +APPNAME = GenCrc32 + +LIBS = -lCommon + +OBJECTS = GenCrc32.o + +include $(MAKEROOT)/Makefiles/app.makefile