Changeset d22645e in mainline for arch/ppc64/loader/Makefile


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

Even though the ppc64 doesn't build currently, perform cleanup in the spirit of previous changes to mips32 and ppc32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc64/loader/Makefile

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