1
0
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:
René Kijewski 2014-05-24 19:22:18 +02:00
parent f2ee98c285
commit 054f9fd026
2 changed files with 2 additions and 2 deletions

View File

@ -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,%,$@)

View File

@ -15,7 +15,7 @@ ifeq (, $(UNZIP))
endif
endif
.PHONY: all clean patch reset
.PHONY: all clean distclean
all: $(BINDIR)$(PKG_NAME).a