Changeset 282f4724 in mainline for arch/mips32/loader/Makefile


Ignore:
Timestamp:
2006-06-25T21:02:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce8725be
Parents:
7431e867
Message:

Cleanup in the boot infrastructure.
This commit tries to separate generic stuff from mips32 specific stuff.
Other architectures will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/loader/Makefile

    r7431e867 r282f4724  
    4848
    4949CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mhard-float -mips3
    50 DEFS =
     50DEFS = -I.
    5151
    5252SOURCES = \
    5353        main.c \
    5454        msim.c \
    55         printf.c \
     55        ../../../generic/printf.c \
    5656        asm.S \
    5757        boot.S
Note: See TracChangeset for help on using the changeset viewer.