Ignore:
Timestamp:
Jun 20, 2012, 9:50:34 AM (12 years ago)
Author:
karaoui
Message:

Deleting unused folders
All ELF file have the extension *.elf
Must objetc file are now dumped in the build directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/apps/Makefile

    r160 r161  
    1414SYS_PATH        = $(SOFT_PATH)sys
    1515DUMP_PATH       = $(SOFT_PATH)  #where goes the generated *.bin
    16 BIN_PATH        = $(SOFT_PATH)
    1716MAP_PATH    = $(SOFT_PATH)xml
    1817BUILD_PATH      = $(SOFT_PATH)/build/
     18BIN_PATH        = $(SOFT_PATH)/build/
    1919
    2020INCLUDE         = -I$(LIB_PATH) -I$(SOFT_PATH) -I$(SYS_PATH) -I$(MAP_PATH)
Note: See TracChangeset for help on using the changeset viewer.