Changeset 9ded977 in mainline for uspace/Makefile.common
- Timestamp:
- 2010-07-27T16:10:42Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3629481
- Parents:
- 142084b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r142084b2 r9ded977 172 172 ifneq ($(BINARY),) 173 173 %.disasm: $(BINARY) 174 ifeq ($(CONFIG_LINE_DEBUG),y) 175 $(OBJDUMP) -d -S $< > $@ 176 else 174 177 $(OBJDUMP) -d $< > $@ 178 endif 175 179 176 180 $(BINARY): $(LINKER_SCRIPT) $(OBJECTS) $(LIBS) $(BASE_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.