diff options
author | Stefan Roese <sr@denx.de> | 2007-04-23 12:00:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-23 12:00:22 +0200 |
commit | 323bfa8f436dc3bc57187c9b1488bc3146ff1522 (patch) | |
tree | e5cb3bb1afa3305acf76f2758afd13a124b2a8df /cpu/ixp | |
parent | 37837828d89084879bee2f2b8c7c68d4695940df (diff) | |
download | u-boot-imx-323bfa8f436dc3bc57187c9b1488bc3146ff1522.zip u-boot-imx-323bfa8f436dc3bc57187c9b1488bc3146ff1522.tar.gz u-boot-imx-323bfa8f436dc3bc57187c9b1488bc3146ff1522.tar.bz2 |
Remove BOARDLIBS usage completely
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ixp')
-rw-r--r-- | cpu/ixp/npe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ixp/npe/Makefile b/cpu/ixp/npe/Makefile index 4de34fd..7f020b5 100644 --- a/cpu/ixp/npe/Makefile +++ b/cpu/ixp/npe/Makefile @@ -87,7 +87,7 @@ START := $(addprefix $(obj),$(START)) all: $(LIB) -$(LIB): $(obj).depend $(OBJS) +$(LIB): $(OBJS) $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |