2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Fix broken path to clockdrv_shell.h.
This commit is contained in:
Ralf Corsepius
2011-06-19 21:16:36 +00:00
parent 30a45737b3
commit 89d6aa9a0f
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Fix broken path to clockdrv_shell.h.
2011-04-11 Keith Robertson <kjrobert at alumni dot uwaterloo dot ca>
* ne2000/ne2000.c: Add multicast support. Patch submitted to mailing
+2 -2
View File
@@ -59,8 +59,8 @@ noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =
# clock
libbsp_a_SOURCES += clock/ckinit.c clock/todcfg.c ../../shared/tod.c \
../../../shared/clockdrv_shell.h
libbsp_a_SOURCES += clock/ckinit.c clock/todcfg.c ../../shared/tod.c
libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = console/keyboard.h console/kd.h console/ps2_drv.h