From e51ea10a8889544b942d3490bb721f160fe09517 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Mon, 23 Nov 2009 19:20:11 +0000 Subject: Move serial handling from serprog.c to serial.c This is the first step in enabling platform independent serprog and it also allows other drivers to use serial port functionality without requiring serprog. Pure code move, no code changed. Corresponding to flashrom svn r771. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbe9f0b..e12b7ac 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,10 @@ FEATURE_CFLAGS += -D'DRKAISER_SUPPORT=1' OBJS += drkaiser.o endif +ifeq ($(CONFIG_SERPROG), yes) +OBJS += serial.o +endif + ifeq ($(CONFIG_PRINT_WIKI), yes) FEATURE_CFLAGS += -D'PRINT_WIKI_SUPPORT=1' OBJS += print_wiki.o -- cgit v1.1