]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/GNUmakefile
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / BaseTools / GNUmakefile
index a3fa905c907420892e557ccd776b6a444657e78e..6325e409c70830fc556ce31faf8ec95fd280f4b3 100644 (file)
@@ -1,7 +1,7 @@
 ## @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
+# Copyright (c) 2009 - 2017, 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
@@ -24,12 +24,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