Changeset bd80465 in mainline for uspace/srv/ns/Makefile


Ignore:
Timestamp:
2008-06-03T15:08:37Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e00938c
Parents:
21c5d41
Message:

remove entry_driver entry points

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/Makefile

    r21c5d41 rbd80465  
    5858
    5959$(OUTPUT): $(OBJECTS) $(LIBS)
    60         $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld -e __entry_driver $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
     60        $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
    6161
    6262disasm:
Note: See TracChangeset for help on using the changeset viewer.