mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:07:33 +08:00
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Fix broken path to clockdrv_shell.h.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspdelay.c: Fix broken CVS-Id.
|
||||
|
||||
@@ -48,7 +48,8 @@ libbsp_a_SOURCES += console/erc32_console.c ../../shared/console.c
|
||||
# debugio
|
||||
libbsp_a_SOURCES += console/debugputs.c
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
|
||||
libbsp_a_SOURCES += clock/ckinit.c
|
||||
libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
|
||||
# timer
|
||||
libbsp_a_SOURCES += timer/timer.c
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: runtest for this BSP obsoleted by
|
||||
|
||||
@@ -63,7 +63,8 @@ libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
|
||||
# console
|
||||
libbsp_a_SOURCES += console/console.c console/debugputs.c
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
|
||||
libbsp_a_SOURCES += clock/ckinit.c
|
||||
libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
|
||||
# AMBA PnP Scanning
|
||||
libbsp_a_SOURCES += ../../sparc/shared/amba/ambapp.c
|
||||
# PCI
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Fix broken path to clockdrv_shell.h.
|
||||
|
||||
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: runtest for this BSP obsoleted by
|
||||
|
||||
@@ -53,7 +53,8 @@ libbsp_a_SOURCES += console/console.c
|
||||
# debugio
|
||||
libbsp_a_SOURCES += console/debugputs.c
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
|
||||
libbsp_a_SOURCES += clock/ckinit.c
|
||||
libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
|
||||
# PCI
|
||||
include_HEADERS += ../../sparc/shared/include/pci.h
|
||||
libbsp_a_SOURCES += pci/pci.c ../../sparc/shared/pci/pcifinddevice.c
|
||||
|
||||
Reference in New Issue
Block a user