Changeset ee7e6ace in mainline for src/Makefile


Ignore:
Timestamp:
2005-09-04T17:54:25Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f1475d4
Parents:
8b786b6
Message:

Create tools/ directory.
Move helper scripts and tools out of src/ and arch/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    r8b786b6 ree7e6ace  
    7777        $(OBJCOPY) -I binary -O $(BFD_NAME) -B $(BFD_ARCH) --prefix-sections=symtab Makefile debug/empty_map.o
    7878        $(LD) $(LFLAGS) $(arch_objects) $(objects) $(test_objects) debug/empty_map.o -o $@ -Map kernel.map.pre
    79         debug/genmap.py kernel.map.pre debug/real_map.bin
     79        ../tools/genmap.py kernel.map.pre debug/real_map.bin
    8080        $(OBJCOPY) -I binary -O $(BFD_NAME) -B $(BFD_ARCH) --prefix-sections=symtab debug/real_map.bin debug/real_map.o
    8181        $(LD) $(LFLAGS) $(arch_objects) $(objects) $(test_objects) debug/real_map.o -o $@ -Map kernel.map       
Note: See TracChangeset for help on using the changeset viewer.