Skip to content
Snippets Groups Projects
Commit 054f9fd0 authored by René Kijewski's avatar René Kijewski
Browse files

make: fix clean together with TLSF

parent f2ee98c2
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ $(BINDIR)$(PROJECT)/%.o: %.c $(PROJDEPS) $(USEPKG:%=${BINDIR}%.a) ...@@ -125,7 +125,7 @@ $(BINDIR)$(PROJECT)/%.o: %.c $(PROJDEPS) $(USEPKG:%=${BINDIR}%.a)
$(AD)mkdir -p "$(dir $@)" $(AD)mkdir -p "$(dir $@)"
$(AD)$(CC) $(CFLAGS) $(INCLUDES) -c "$<" -o "$@" $(AD)$(CC) $(CFLAGS) $(INCLUDES) -c "$<" -o "$@"
$(USEPKG:%=${BINDIR}%.a):: $(USEPKG:%=${BINDIR}%.a):
@mkdir -p ${BINDIR} @mkdir -p ${BINDIR}
"$(MAKE)" -C $(RIOTBASE)/pkg/$(patsubst ${BINDIR}%.a,%,$@) "$(MAKE)" -C $(RIOTBASE)/pkg/$(patsubst ${BINDIR}%.a,%,$@)
......
...@@ -15,7 +15,7 @@ ifeq (, $(UNZIP)) ...@@ -15,7 +15,7 @@ ifeq (, $(UNZIP))
endif endif
endif endif
.PHONY: all clean patch reset .PHONY: all clean distclean
all: $(BINDIR)$(PKG_NAME).a all: $(BINDIR)$(PKG_NAME).a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment