summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-21 20:28:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-21 20:28:13 +0000
commit56018097d4af7cf95b54a50d975b00e59234e84b (patch)
treea6edc7904766848b8783399db8d7667d41fd357e /c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in
parentNow use shared coverhd.h (diff)
downloadrtems-56018097d4af7cf95b54a50d975b00e59234e84b.tar.bz2
Now use coverhd.h out of the libbsp/shared directory.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in b/c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in
index 0063479249..a7d0a6e46e 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in
@@ -14,7 +14,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
H_FILES = $(srcdir)/../../shared/include/nvram.h \
- $(srcdir)/../../shared/include/bsp.h
+ $(srcdir)/../../shared/include/bsp.h \
+ $(srcdir)/../../../shared/include/coverhd.h
BSP_H_FILES = $(srcdir)/../../shared/console/consoleIo.h \
$(srcdir)/../../shared/console/uart.h $(srcdir)/../../shared/irq/irq.h \