From 6b624ec9036c8270da237ef291e2a0fd264e1427 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 4 Mar 2004 22:51:23 +0000 Subject: [PATCH] Add 68040 MMU support skeleton --- Makefile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 459e73f..3640ca4 100644 --- a/Makefile +++ b/Makefile @@ -79,17 +79,18 @@ clean: $(MAKE) -C second clean rm -f floppy.img floppy.img.X vmlinuz vmlinux.bin -DISTFILES = second/head.S second/MMU.c second/main.c \ - second/MMU.h second/console.c second/Makefile \ - second/console.h second/printf.c second/MMU_asm.S \ - second/uncompress.h second/font_8x16.c \ - second/ld.script second/memory.c second/inflate.c \ - second/uncompress.c second/misc.c second/bootinfo.h \ - second/misc.h second/lowmem.h second/bootinfo.c \ - second/glue.h second/memory.h second/glue.S \ - second/enter_kernel.S first/first.S first/Makefile \ - second/bank.c second/bank.h second/arch.h second/arch.c \ - Makefile COPYING README AUTHORS ChangeLog +DISTFILES = second/head.S second/MMU030.c second/MMU040.c second/main.c \ + second/MMU030.h second/MMU040.h second/console.c \ + second/Makefile second/console.h second/printf.c \ + second/MMU030_asm.S second/MMU040_asm.S second/uncompress.h \ + second/font_8x16.c second/ld.script second/memory.c \ + second/inflate.c second/uncompress.c second/misc.c \ + second/bootinfo.h second/misc.h second/lowmem.h \ + second/bootinfo.c second/glue.h second/memory.h \ + second/glue.S second/enter_kernel030.S \ + second/enter_kernel040.S first/first.S \ + first/Makefile second/bank.c second/bank.h second/arch.h \ + second/arch.c Makefile COPYING README AUTHORS ChangeLog dist: rm -fr $(PACKAGE)-$(VERSION)