Quick 'indent' run on ectool with some additional manual cosmetic fixes.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4174 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#
|
||||
# Makefile for ectool
|
||||
#
|
||||
# Copyright (C) 2009 by coresystems GmbH
|
||||
# written by Stefan Reinauer <stepan@coresystems.de>
|
||||
#
|
||||
# Copyright (C) 2009 by coresystems GmbH
|
||||
# written by Stefan Reinauer <stepan@coresystems.de>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
@@ -26,7 +26,7 @@ all: ectool
|
||||
|
||||
ectool: ec.o ectool.o
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
|
||||
clean:
|
||||
rm *.o ectool
|
||||
|
||||
|
Reference in New Issue
Block a user