Changes in uspace/Makefile.common [9ded977:3c664d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r9ded977 r3c664d6 172 172 ifneq ($(BINARY),) 173 173 %.disasm: $(BINARY) 174 ifeq ($(CONFIG_LINE_DEBUG),y)175 $(OBJDUMP) -d -S $< > $@176 else177 174 $(OBJDUMP) -d $< > $@ 178 endif179 175 180 176 $(BINARY): $(LINKER_SCRIPT) $(OBJECTS) $(LIBS) $(BASE_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.