From 4d43c9a4e88ca1d03e29fae93784ca338962a647 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 25 Jun 2004 11:21:12 +0000 Subject: [PATCH] Add tools/emile-set-output.c in DISTFILES --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e802c8c..72c5745 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ VERSION = 0.5CVS RAMDISK=$(shell ls ramdisk.gz 2> /dev/null) ifeq ($(RAMDISK),ramdisk.gz) -KERNEL_ARGS="root=/dev/ramdisk ramdisk_size=2048" +#KERNEL_ARGS="root=/dev/ramdisk ramdisk_size=2048" +KERNEL_ARGS="root=/dev/ramdisk ramdisk_size=2048 console=ttyS0,9600n8 console=tty0" else # NFS boot #KERNEL_ARGS="root=/dev/nfs ip=dhcp nfsroot=192.168.100.1:/nfsroot rw" @@ -107,7 +108,8 @@ DISTFILES = second/head.S second/MMU030.c second/MMU040.c second/main.c \ tools/emile-set-cmdline.c tools/emile-first-info.c \ tools/emile-first-tune.c tools/emile.h \ tools/emile-install.c second/copymem.i second/serial.c \ - second/serial.h second/vga.h second/vga.c second/head.h + second/serial.h second/vga.h second/vga.c second/head.h \ + tools/emile-set-output.c dist: rm -fr $(PACKAGE)-$(VERSION)