[SerialICE] Patch set updated for serialice: 7e27b9c SerialICE/Makefile: Fix false assumption about env.

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Fri Feb 14 14:05:21 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5224

-gerrit

commit 7e27b9c7f9030c58b15f1bfcb040872fd5943bee
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Feb 14 22:44:55 2014 +1100

    SerialICE/Makefile: Fix false assumption about env.
    
    Makefile falsely assumes CPP is set in env.
    
    Change-Id: Id4c2b1e6a70be4a8816846bdec89011664462f90
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 SerialICE/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SerialICE/Makefile b/SerialICE/Makefile
index 301c17c..e764992 100644
--- a/SerialICE/Makefile
+++ b/SerialICE/Makefile
@@ -58,6 +58,7 @@ CROSS=i386-elf-
 endif
 AS=$(CROSS)as --32
 CC=$(CROSS)gcc -m32
+CPP=$(CROSS)cpp
 OBJCOPY=$(CROSS)objcopy
 NM=$(CROSS)nm
 



More information about the SerialICE mailing list