mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: fix clean together with TLSF
This commit is contained in:
parent
f2ee98c285
commit
054f9fd026
@ -125,7 +125,7 @@ $(BINDIR)$(PROJECT)/%.o: %.c $(PROJDEPS) $(USEPKG:%=${BINDIR}%.a)
|
||||
$(AD)mkdir -p "$(dir $@)"
|
||||
$(AD)$(CC) $(CFLAGS) $(INCLUDES) -c "$<" -o "$@"
|
||||
|
||||
$(USEPKG:%=${BINDIR}%.a)::
|
||||
$(USEPKG:%=${BINDIR}%.a):
|
||||
@mkdir -p ${BINDIR}
|
||||
"$(MAKE)" -C $(RIOTBASE)/pkg/$(patsubst ${BINDIR}%.a,%,$@)
|
||||
|
||||
|
@ -15,7 +15,7 @@ ifeq (, $(UNZIP))
|
||||
endif
|
||||
endif
|
||||
|
||||
.PHONY: all clean patch reset
|
||||
.PHONY: all clean distclean
|
||||
|
||||
all: $(BINDIR)$(PKG_NAME).a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user