1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #1230 from Kijewski/fix-clean

make: fix clean together with TLSF
This commit is contained in:
René Kijewski 2014-05-25 13:39:41 +02:00
commit 2b95e7b144
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