Add code for AmigaOne board
(preliminary merge to U-Boot, still WIP)
* Patch by Jon Diekema, 12 Nov 2002:
- Adding URL for IEEE OUI lookup
- Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
being defined.
- In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
root-on-nfs macros are designed to switch how the default boot
method gets defined.
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
CC = ppc-elf32-gcc
|
|
AR = ppc-elf32-ar
|
|
|
|
CFLAGS = -D__DRIVER__ -I../../include -DDEBUG -I.
|
|
|
|
BIOS_OBJS = biosemu.o bios.o besys.o
|
|
X86_OBJS = sys.o decode.o ops.o prim_ops.o fpu.o debug.o
|
|
|
|
libbios.a: $(BIOS_OBJS)
|
|
$(AR) rcs libbios.a $(BIOS_OBJS) |