summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-03-01 22:04:38 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-03-01 22:04:38 +0000
commit74dc73f6907ea159c0d5d221309e266528ea6134 (patch)
tree15dba04ff8d31e6a4dce586a520311cc9e58f1d7 /Makefile
parentadadca66f2ce2cb03ece016ab07fef604283c667 (diff)
downloadast2050-flashrom-74dc73f6907ea159c0d5d221309e266528ea6134.zip
ast2050-flashrom-74dc73f6907ea159c0d5d221309e266528ea6134.tar.gz
Add a bunch of new/tested stuff and various small changes 23
Tested mainboards: OK: - Elitegroup GF7050VT-M Reported by Alex - Fujitsu D2724-A1x (used in ESPRIMO E5625) Reported by Rainer Spillmann - Teclast X98 Air 3G Reported by Antonio Ospite Flash chips: - Fix MX25L6405(D) definition by splitting it. Reported by Reggie McMurtrey - Add Macronix MX25L..08E family and rearrange MX25L6436E. - Pm49FL004 to PREW (+EW) Reported by Georg Sauthoff Miscellaneous: - Add board enable for abit KN9 Ultra. - Mark ARM-USB-OCD as working OK. - Use "mobile devices" instead of "laptops" in output. - Tiny other stuff. Corresponding to flashrom svn r1886. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c5c027..e74d051 100644
--- a/Makefile
+++ b/Makefile
@@ -1081,6 +1081,6 @@ djgpp-dos: clean
libpayload: clean
make CC="CC=i386-elf-gcc lpgcc" AR=i386-elf-ar RANLIB=i386-elf-ranlib
-.PHONY: all install clean distclean compiler hwlibs features export tarball dos featuresavailable
+.PHONY: all install clean distclean compiler hwlibs features export tarball djgpp-dos featuresavailable libpayload
-include $(OBJS:.o=.d)
OpenPOWER on IntegriCloud