fix comments

This commit is contained in:
Markus Fröschle
2015-11-21 07:39:49 +00:00
parent a1572c4aed
commit 640126b42e
2 changed files with 8 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ $(1)/objs/%.o:$(SRCDIR)/%.S
$(1)_OBJS=$(patsubst %,$(1)/objs/%,$(OBJS))
$(1)/$(APP): $$($(1)_OBJS)
$(CC) $$(CFLAGS) -o $$@ $(TOPDIR)/../libcmini/$(1)/startup.o $$($(1)_OBJS) -L$(TOPDIR)/../libcmini/$(1) $(LIBS)
#$(STRIP) $$@
$(STRIP) $$@
endef
$(foreach DIR,$(TRGTDIRS),$(eval $(call CC_TEMPLATE,$(DIR))))