Changeset bd80465 in mainline for uspace/srv/ns/Makefile
- Timestamp:
- 2008-06-03T15:08:37Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e00938c
- Parents:
- 21c5d41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/Makefile
r21c5d41 rbd80465 58 58 59 59 $(OUTPUT): $(OBJECTS) $(LIBS) 60 $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld -e __entry_driver$(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map60 $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 61 61 62 62 disasm:
Note:
See TracChangeset
for help on using the changeset viewer.