From ef5779d1ddee6b83dfe04ff343e4b7d290fd24d7 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 29 Jan 2002 20:18:02 +0000 Subject: Fixes - switch to volatile everywhere - use myusec_delay instead of usleep Corresponding to coreboot v1 svn r492. --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0d9712b..603a97f 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,7 @@ CC = gcc -O2 all: ${OBJS} ${CC} -o flash_rom flash_rom.c ${OBJS} - ${CC} -o flash_on flash_on.c - ${CC} -o acpi_reset acpi_reset.c - ${CC} -o acpi_shutdown acpi_shutdown.c +# ${CC} -o flash_on flash_on.c clean: - rm -f flash_rom flash_on acpi_reset acpi_shutdown *.o *~ \ No newline at end of file + rm -f flash_rom flash_on *.o *~ -- cgit v1.1