From 0b9872515a521bf7866dc24b85ddce708e60d702 Mon Sep 17 00:00:00 2001 From: Matthias Fuchs Date: Mon, 21 Apr 2008 14:42:11 +0200 Subject: ppc4xx: Update APC405 board support - enable esd's auto_update mechanism - fix LCD support on latest hardware revision (uses other LCD controller) - support alternative flash layout on rev. 1.8 boards - coding style cleanup Signed-off-by: Matthias Fuchs --- board/esd/apc405/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'board/esd/apc405/Makefile') diff --git a/board/esd/apc405/Makefile b/board/esd/apc405/Makefile index 024997e7753..c57cd6bb52f 100644 --- a/board/esd/apc405/Makefile +++ b/board/esd/apc405/Makefile @@ -28,7 +28,9 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o strataflash.o ../common/misc.o +COBJS = $(BOARD).o \ + ../common/misc.o \ + ../common/auto_update.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) -- cgit v1.2.3