Various license header consistency fixes (trivial).
[coreboot.git] / src / mainboard / gigabyte / m57sli / Makefile.inc
index 6fa05c2643bc05166efc69c2249ddf42a7ef075e..59f4286743c46286d0fd9121f8ae92df4cdfb0d6 100644 (file)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o
@@ -51,9 +49,3 @@ ifeq ($(CONFIG_AP_CODE_IN_CAR),y)
 ldscripts += $(src)/arch/i386/init/ldscript_apc.lb
 endif
 
-ifdef POST_EVALUATION
-
-$(obj)/mainboard/$(MAINBOARDDIR)/ap_romstage.o: $(src)/mainboard/$(MAINBOARDDIR)/ap_romstage.c $(obj)/option_table.h
-       $(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(DEBUG_CFLAGS) -I$(src) -I. -c -S  $(src)/mainboard/$(MAINBOARDDIR)/ap_romstage.c -o $@
-
-endif