Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 931:430048ea8b71
prev900:609fa702406b
next964:f2f3c7612d06
author nkeynes
date Sat Jan 03 03:30:26 2009 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change MMU work-in-progress
* Move SDRAM out into separate sdram.c
* Move all page-table management into mmu.c
* Convert UTLB management to use the new page-tables
* Rip out all calls to mmu_vma_to_phys_* and replace with direct access
file annotate diff log raw
1.1 --- a/Makefile.in Sun Oct 26 00:52:32 2008 +0000
1.2 +++ b/Makefile.in Sat Jan 03 03:30:26 2009 +0000
1.3 @@ -44,7 +44,8 @@
1.4 config.sub depcomp install-sh missing mkinstalldirs
1.5 subdir = .
1.6 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.7 -am__aclocal_m4_deps = $(top_srcdir)/configure.in
1.8 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
1.9 + $(top_srcdir)/configure.in
1.10 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1.11 $(ACLOCAL_M4)
1.12 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
.