]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/GNUmakefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / GNUmakefile
index a3fa905c907420892e557ccd776b6a444657e78e..d29f6d9c9b6ea8508843c5dd84fc0bda828453d7 100644 (file)
@@ -1,14 +1,8 @@
 ## @file\r
-# Windows makefile for Base Tools project build.\r
+# GNU/Linux makefile for Base Tools project build.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 all: subdirs\r
@@ -24,12 +18,10 @@ subdirs: $(SUBDIRS)
 $(SUBDIRS):\r
        $(MAKE) -C $@\r
 \r
+Tests: $(SOURCE_SUBDIRS)\r
+\r
 .PHONY: $(CLEAN_SUBDIRS)\r
 $(CLEAN_SUBDIRS):\r
        -$(MAKE) -C $(@:-clean=) clean\r
 \r
 clean:  $(CLEAN_SUBDIRS)\r
-\r
-test:\r
-       @$(MAKE) -C Tests\r
-\r