make: fix clean together with TLSF

dev/timer
René Kijewski 9 years ago
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…
Cancel
Save