2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>

* preinstall.am: Add e500_mmu.h
This commit is contained in:
Joel Sherrill
2008-02-15 18:53:58 +00:00
parent c40fe67e60
commit f284de9d9d
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* preinstall.am: Add e500_mmu.h
2008-02-08 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, e500/, e500/mmu, e500/mmu/mmu.c,

View File

@@ -154,6 +154,10 @@ if e500
$(PROJECT_INCLUDE)/libcpu/c_clock.h: mpc6xx/clock/c_clock.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/c_clock.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/c_clock.h
$(PROJECT_INCLUDE)/libcpu/e500_mmu.h: e500/mmu/e500_mmu.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/e500_mmu.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/e500_mmu.h
endif
if mpc8xx
$(PROJECT_INCLUDE)/mpc8xx/$(dirstamp):