Application.mk: Ooops, forgot to remove some debug hacks before last commit.

This commit is contained in:
Gregory Nutt 2018-09-04 09:43:12 -06:00
parent 66948fe525
commit 3221072535

View File

@ -186,10 +186,6 @@ endif
PROGLIST := $(addprefix $(PROGPRFX),$(PROGNAME))
PROGOBJ := $(MAINOBJ)
$(warning PROGLIST=$(PROGLIST))
$(warning MAINOBJ=$(MAINOBJ))
$(warning OBJS=$(OBJS))
$(PROGLIST): $(MAINOBJ) $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $(firstword $(PROGLIST)) $(ARCHCRT0OBJ) $(firstword $(PROGOBJ)) $(LDLIBS)
$(Q) $(NM) -u $(firstword $(PROGLIST))