From ff3394e55260561fab1ee8be3b1c1600175af693 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 12 May 2005 05:53:03 +0000 Subject: [PATCH] Add bootx files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c35eef3..7e5fcbf 100644 --- a/Makefile +++ b/Makefile @@ -223,7 +223,7 @@ FIRST_FILES = first/Makefile first/first.S SECOND_FILES = second/MMU030.c second/MMU030.h second/MMU030_asm.S \ second/MMU040.c second/MMU040.h second/MMU040_asm.S \ - second/PPC_asm.S \ + second/PPC_asm.S second/bootx.h second/bootx.c \ second/Makefile second/arch.c second/scsi.h second/arch.h \ second/bank.c second/bank.h second/bootinfo.c \ second/bootinfo.h second/console.c second/console.h \