summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2002-01-29 18:21:41 +0000
committerRonald G. Minnich <rminnich@gmail.com>2002-01-29 18:21:41 +0000
commit5e5f75e559f605974afd3767bc650a1cc0ed6f1f (patch)
tree6923dc3d9468a6929079951532dd9fa9040637eb /Makefile
downloadast2050-flashrom-5e5f75e559f605974afd3767bc650a1cc0ed6f1f.zip
ast2050-flashrom-5e5f75e559f605974afd3767bc650a1cc0ed6f1f.tar.gz
Trying to make this general purpose user-land flash burner
Corresponding to coreboot v1 svn r489.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0d9712b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c
+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
+
+clean:
+ rm -f flash_rom flash_on acpi_reset acpi_shutdown *.o *~ \ No newline at end of file
OpenPOWER on IntegriCloud