diff options
author | Wolfgang Denk | 2006-05-30 15:56:48 +0200 |
---|---|---|
committer | Wolfgang Denk | 2006-05-30 15:56:48 +0200 |
commit | ba94a1bba3600d387edba7eb451990d9891e1c2f (patch) | |
tree | e84f737ac88e15342b4cab23c9e631987e8ee75e /board/ixdp425/Makefile | |
parent | 5770a1e488621a9e7e344afed7c921ff4e715a63 (diff) |
* Update Intel IXP4xx support
- Add IXP4xx NPE ethernet MAC support
- Add support for Intel IXDPG425 board
- Add support for Prodrive PDNB3 board
- Add IRQ support
Patch by Stefan Roese, 23 May 2006
[This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
sufferes from licensing issues. Blame Intel.]
Diffstat (limited to 'board/ixdp425/Makefile')
-rw-r--r-- | board/ixdp425/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ixdp425/Makefile b/board/ixdp425/Makefile index e4282c43a67..59d6964a4af 100644 --- a/board/ixdp425/Makefile +++ b/board/ixdp425/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := ixdp425.o flash.o +OBJS := ixdp425.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^ |