diff options
| author | Stefan Roese <[email protected]> | 2007-04-23 12:00:22 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2007-04-23 12:00:22 +0200 |
| commit | 323bfa8f436dc3bc57187c9b1488bc3146ff1522 (patch) | |
| tree | e5cb3bb1afa3305acf76f2758afd13a124b2a8df /cpu | |
| parent | 37837828d89084879bee2f2b8c7c68d4695940df (diff) | |
Remove BOARDLIBS usage completely
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'cpu')
| -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 4de34fd5b9e..7f020b5d576 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) ######################################################################### |
