forked from Imagelibrary/rtems
2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>
* Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU support. * mcf532x/include/mcf532x.h: New file.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
|
||||
support.
|
||||
* mcf532x/include/mcf532x.h: New file.
|
||||
|
||||
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||
|
||||
* mcf52235/include/mcf52235.h: Removed. Moved to the more generic
|
||||
|
||||
@@ -105,6 +105,12 @@ include_mcf5235dir = $(includedir)/mcf5235
|
||||
include_mcf5235_HEADERS = mcf5235/include/mcf5235.h
|
||||
endif
|
||||
|
||||
if mcf532x
|
||||
## mcf532x/include
|
||||
include_mcf532xdir = $(includedir)/mcf532x
|
||||
include_mcf532x_HEADERS = mcf532x/include/mcf532x.h
|
||||
endif
|
||||
|
||||
if mcf5272
|
||||
## mcf5272/include
|
||||
include_mcf5272dir = $(includedir)/mcf5272
|
||||
|
||||
@@ -44,6 +44,7 @@ AM_CONDITIONAL(mcf5272, test "$RTEMS_CPU_MODEL" = "mcf5272" )
|
||||
AM_CONDITIONAL(mcf5282, test "$RTEMS_CPU_MODEL" = "mcf5282" )
|
||||
AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
|
||||
AM_CONDITIONAL(mcf5223x, test "$RTEMS_CPU_MODEL" = "mcf5223x" )
|
||||
AM_CONDITIONAL(mcf532x, test "$RTEMS_CPU_MODEL" = "mcf532x" )
|
||||
|
||||
RTEMS_AMPOLISH3
|
||||
|
||||
|
||||
4460
c/src/lib/libcpu/m68k/mcf532x/include/mcf532x.h
Normal file
4460
c/src/lib/libcpu/m68k/mcf532x/include/mcf532x.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -62,6 +62,16 @@ $(PROJECT_INCLUDE)/mcf5235/mcf5235.h: mcf5235/include/mcf5235.h $(PROJECT_INCLUD
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf5235/mcf5235.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5235/mcf5235.h
|
||||
endif
|
||||
if mcf532x
|
||||
$(PROJECT_INCLUDE)/mcf532x/$(dirstamp):
|
||||
@$(MKDIR_P) $(PROJECT_INCLUDE)/mcf532x
|
||||
@: > $(PROJECT_INCLUDE)/mcf532x/$(dirstamp)
|
||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/mcf532x/$(dirstamp)
|
||||
|
||||
$(PROJECT_INCLUDE)/mcf532x/mcf532x.h: mcf532x/include/mcf532x.h $(PROJECT_INCLUDE)/mcf532x/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf532x/mcf532x.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf532x/mcf532x.h
|
||||
endif
|
||||
if mcf5272
|
||||
$(PROJECT_INCLUDE)/mcf5272/$(dirstamp):
|
||||
@$(MKDIR_P) $(PROJECT_INCLUDE)/mcf5272
|
||||
|
||||
Reference in New Issue
Block a user