Changeset 47a776f9 in mainline for uspace/srv/vfs/Makefile
- Timestamp:
- 2007-09-19T18:56:02Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2d0baf
- Parents:
- 26f2af0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/Makefile
r26f2af0 r47a776f9 59 59 60 60 $(OUTPUT): $(OBJECTS) $(LIBS) 61 $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld -e __entry_driver$(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map61 $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 62 62 63 63 disasm:
Note:
See TracChangeset
for help on using the changeset viewer.