Changeset ce8725be in mainline for arch/ppc32/loader/Makefile


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

Cleanup boot infrastructure: ppc32 (and elsewhere).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/Makefile

    r282f4724 rce8725be  
    4747endif
    4848
    49 CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m32
     49CFLAGS = -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m32
    5050
    5151SOURCES = \
    5252        main.c \
    5353        ofw.c \
    54         printf.c \
     54        ../../../genarch/ofw.c \
     55        ../../../generic/printf.c \
    5556        asm.S \
    5657        boot.S
Note: See TracChangeset for help on using the changeset viewer.