]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/EfiRom/GNUmakefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / EfiRom / GNUmakefile
index 9392a6f6df3780aa5714d65a97aebff442547065..7220b2ae446390512a28c704d31ea04d695ffff3 100644 (file)
@@ -1,10 +1,15 @@
-ARCH ?= IA32
-MAKEROOT ?= ..
-
-APPNAME = EfiRom
-
-LIBS = -lCommon
-
-OBJECTS = EfiRom.o
-
-include $(MAKEROOT)/Makefiles/app.makefile
+## @file\r
+# GNU/Linux makefile for 'EfiRom' 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 = EfiRom\r
+\r
+LIBS = -lCommon\r
+\r
+OBJECTS = EfiRom.o\r
+\r
+include $(MAKEROOT)/Makefiles/app.makefile\r