Changeset 2b399cc in mainline for kbd/Makefile


Ignore:
Timestamp:
2006-05-17T22:18:18Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d6976a6
Parents:
25f9823
Message:

use proper entry point
the functionality of the broken DONT_OPEN_STDIO is restored

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/Makefile

    r25f9823 r2b399cc  
    6868
    6969$(OUTPUT): $(ARCH_OBJECTS) $(GENERIC_OBJECTS) $(LIBS)
    70         $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld -e __entry_driver $(GENERIC_OBJECTS) $(ARCH_OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
     70        $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld $(GENERIC_OBJECTS) $(ARCH_OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map
    7171
    7272disasm:
Note: See TracChangeset for help on using the changeset viewer.