Ignore:
Timestamp:
Aug 9, 2012, 10:57:23 AM (12 years ago)
Author:
meunier
Message:

Updates in the soft_filter application (bug corrections, formatting, and adaptation to the architecture generic_mmu)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/soft_filter_giet/Makefile

    r163 r248  
    1 LD=mipsel-unknown-elf-ld
    2 CC=mipsel-unknown-elf-gcc
    3 AS=mipsel-unknown-elf-as
    4 DU=mipsel-unknown-elf-objdump
    51
    6 OBJS=   reset.o \
     2LD = mipsel-unknown-elf-ld
     3CC = mipsel-unknown-elf-gcc
     4AS = mipsel-unknown-elf-as
     5DU = mipsel-unknown-elf-objdump
     6
     7OBJS = reset.o \
    78        giet.o \
    89        isr.o \
     
    1112        main.o
    1213
    13 CFLAGS= -Wall -mno-gpopt -ffreestanding -fomit-frame-pointer -mips32 -ggdb
     14CFLAGS = -Wall -g -mno-gpopt -ffreestanding -fomit-frame-pointer -mips32 -ggdb
    1415
    15 GIET=   ../giet_tsar
     16GIET =  ../giet_tsar
    1617
    1718bin.soft: $(OBJS) ldscript
Note: See TracChangeset for help on using the changeset viewer.