Author: wmb Date: 2009-01-23 20:49:13 +0100 (Fri, 23 Jan 2009) New Revision: 1077
Modified: cpu/arm/Linux/Makefile cpu/x86/Linux/Makefile Log: Removed copyrights on a couple of short Makefiles.
Modified: cpu/arm/Linux/Makefile =================================================================== --- cpu/arm/Linux/Makefile 2009-01-23 19:45:08 UTC (rev 1076) +++ cpu/arm/Linux/Makefile 2009-01-23 19:49:13 UTC (rev 1077) @@ -1,6 +1,5 @@ # Wrapper makefile for ARM Linux -# Copyright 2008 FirmWorks. All rights reserved. -# + BP=../../..
CFLAGS = -DARM -mlittle-endian
Modified: cpu/x86/Linux/Makefile =================================================================== --- cpu/x86/Linux/Makefile 2009-01-23 19:45:08 UTC (rev 1076) +++ cpu/x86/Linux/Makefile 2009-01-23 19:49:13 UTC (rev 1077) @@ -1,6 +1,5 @@ # Wrapper makefile for x86 Unix: FreeBSD, Linux, etc. -# Copyright 1997 FirmWorks. All rights reserved. -# + BP=../../..
CFLAGS = -O -g -m32 -DTARGET_X86