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


Ignore:
Timestamp:
2008-06-03T15:08:37Z (17 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/fb/Makefile

    r21c5d41 rbd80465  
    4444SOURCES = \
    4545        main.c \
    46         sysio.c \
    4746        ppm.c
    4847
     
    8382
    8483$(OUTPUT): $(OBJECTS) $(LIBS)
    85         $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld -e __entry_driver $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
     84        $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
    8685
    8786disasm:
Note: See TracChangeset for help on using the changeset viewer.