Changeset bd80465 in mainline for uspace/srv/kbd/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/kbd/Makefile

    r21c5d41 rbd80465  
    7373endif
    7474ifeq ($(ARCH), arm32)
    75 ifeq ($(MACHINE), gxemul_testarm)
    7675        ARCH_SOURCES += \
    7776                arch/$(ARCH)/src/kbd_gxemul.c
    78 endif
    7977endif
    8078
     
    10199
    102100$(OUTPUT): $(ARCH_OBJECTS) $(GENERIC_OBJECTS) $(GENARCH_OBJECTS) $(LIBS)
    103         $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld -e __entry_driver $(GENERIC_OBJECTS) $(ARCH_OBJECTS) $(GENARCH_OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
     101        $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld $(GENERIC_OBJECTS) $(ARCH_OBJECTS) $(GENARCH_OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
    104102
    105103disasm:
Note: See TracChangeset for help on using the changeset viewer.