]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VolInfo/GNUmakefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / VolInfo / GNUmakefile
index 309f9ccf8ca873cfaa56f0753fd69093ce8df43b..9795b28addb26477b54991419262b8cc35164fd9 100644 (file)
@@ -1,12 +1,17 @@
-ARCH ?= IA32
-MAKEROOT ?= ..
-
-APPNAME = VolInfo
-
-OBJECTS = VolInfo.o
-
-include $(MAKEROOT)/Makefiles/app.makefile
-
-LIBS = -lCommon
-
-
+## @file\r
+# GNU/Linux makefile for 'VolInfo' module build.\r
+#\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+MAKEROOT ?= ..\r
+\r
+APPNAME = VolInfo\r
+\r
+OBJECTS = VolInfo.o\r
+\r
+include $(MAKEROOT)/Makefiles/app.makefile\r
+\r
+LIBS = -lCommon\r
+\r
+\r