summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-06-17 12:07:12 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-06-17 12:07:12 +0000
commitba290d1ce346bac710e43e9a27cc072b1019d9d2 (patch)
treedfb4053c23e90d77456b8147d4e8b58103e32b6c /Makefile
parentd168057805592ec441d74df3f2e8e454f9a2fde6 (diff)
downloadast2050-flashrom-ba290d1ce346bac710e43e9a27cc072b1019d9d2.zip
ast2050-flashrom-ba290d1ce346bac710e43e9a27cc072b1019d9d2.tar.gz
Move all printing code to print.c
Drop no longer needed MAX macro, we have a max() function. Corresponding to flashrom svn r601. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39b5577..eba4d04 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o physmap.o \
flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \
ichspi.o w39v040c.o sb600spi.o wbsio_spi.o m29f002.o internal.o \
- dummyflasher.o pcidev.o nic3com.o satasii.o ft2232_spi.o
+ dummyflasher.o pcidev.o nic3com.o satasii.o ft2232_spi.o print.o
all: pciutils .features dep $(PROGRAM)
OpenPOWER on IntegriCloud