]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/GNUmakefile
BaseTools/DevicePath: fix GCC build error in print_mem(), and clean it up
[mirror_edk2.git] / BaseTools / GNUmakefile
index 881b65b4c1ac02714e26027eeed71db6e21cc5f3..6325e409c70830fc556ce31faf8ec95fd280f4b3 100644 (file)
@@ -1,8 +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<BR>\r
-# All rights reserved. This program and the accompanying materials\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
 # http://opensource.org/licenses/bsd-license.php\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