1 # Makefile for Bootloader
2 # $Id: Makefile 43 2008-03-19 23:22:39Z michalsc $
12 STRIP
:= powerpc-elf-strip
13 OBJCOPY
:= powerpc-elf-objcopy
14 MAKE
:= make
--no-print-directory
16 CFLAGS
:= -Os
-mcpu
=603e
-ffreestanding
-nostdlib
-Wall
17 INCLUDES
:= -I
"$(TOP)/include"
21 @cp bin
/bootloader
/tftpboot
/os_image