diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2017-06-20 20:47:54 -0700 |
---|---|---|
committer | David Hendricks <david.hendricks@gmail.com> | 2017-06-23 06:09:38 +0000 |
commit | 026c7416515985f47fe26a0478a37c0a1c2466c5 (patch) | |
tree | 3b6367dd6c0d69fa6fb71d45d9c9a1616297d78d | |
parent | 7634708c98a6fa439443e0791dd62563f4baf746 (diff) | |
download | flashrom-026c7416515985f47fe26a0478a37c0a1c2466c5.tar.gz flashrom-026c7416515985f47fe26a0478a37c0a1c2466c5.tar.bz2 flashrom-026c7416515985f47fe26a0478a37c0a1c2466c5.zip |
Remove djgpp-dos target
It is not different to other x-compilations.
Change-Id: Ia582b4cf622e670f1af439095ff58d62554232aa
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Reviewed-on: https://review.coreboot.org/20293
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1427,9 +1427,6 @@ tarball: _export @rm -rf "$(EXPORTDIR)/flashrom-$(RELEASENAME)" @echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz" -djgpp-dos: clean - make CC=i586-pc-msdosdjgpp-gcc STRIP=i586-pc-msdosdjgpp-strip - libpayload: clean make CC="CC=i386-elf-gcc lpgcc" AR=i386-elf-ar RANLIB=i386-elf-ranlib |