> On Mon, Oct 21, 2002 at 03:38:43AM -0700, Roland McGrath wrote: > > Included in the oskit patch is the examples/x86/i8042 test program, which > > is the only thing I have used with the driver so far. Build that oskit > > kernel > > Do you have a patch for examples/x86/GNUmakerules for that?
--- GNUmakerules.~1.133.~ Sat Mar 24 13:43:58 2001 +++ GNUmakerules Sun Oct 20 19:27:26 2002 @@ -265,6 +265,14 @@ tty: $(OBJDIR)/lib/multiboot.o tty.o $(D -loskit_freebsd_dev -loskit_dev -loskit_kern -loskit_lmm \ $(CLIB) $(OBJDIR)/lib/crtn.o +i8042: $(OBJDIR)/lib/multiboot.o i8042.o $(DEPENDLIBS) + $(OSKIT_QUIET_MAKE_INFORM) "Linking example $@" + $(LD) -Ttext 100000 $(LDFLAGS) $(OSKIT_LDFLAGS) \ + -o $@ $(filter-out %.a,$^) \ + -loskit_startup -loskit_clientos \ + -loskit_dev -loskit_kern -loskit_lmm \ + $(CLIB) $(OBJDIR)/lib/crtn.o + netbsd_fs_com: $(OBJDIR)/lib/multiboot.o netbsd_fs_com.o $(DEPENDLIBS) $(OSKIT_QUIET_MAKE_INFORM) "Linking example $@" $(LD) -Ttext 100000 $(LDFLAGS) $(OSKIT_LDFLAGS) \ _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd