summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
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 *~
OpenPOWER on IntegriCloud