From 35bb69b1cd7d5a54f5727195cc7b5f06a7cb2344 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Apr 2001 15:52:03 +0000 Subject: 2001-03-30 Eric Valette * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, include/8xx_immap.h, include/commproc.h, include/mbx.h, irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c: New files. * Makefile.am, configure.in, console/console.c, include/Makefile.am, network/network.c, startup/Makefile.am, startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds, startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am: The modifications to this BSP reflect the conversion of the mpc8xx CPU to the "new exception processing model." --- c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am b/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am index 6c4e41dd5d..6728c6032c 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am @@ -6,17 +6,33 @@ AUTOMAKE_OPTIONS = foreign 1.4 H_FILES = bsp.h coverhd.h +BSP_H_FILES = mbx.h commproc.h 8xx_immap.h + $(PROJECT_INCLUDE): $(mkinstalldirs) $@ +$(PROJECT_INCLUDE)/bsp: + $(mkinstalldirs) $@ + $(PROJECT_INCLUDE)/bsp.h: bsp.h $(INSTALL_DATA) $< $@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h $(INSTALL_DATA) $< $@ -PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ - $(PROJECT_INCLUDE)/coverhd.h +$(PROJECT_INCLUDE)/bsp/mbx.h : mbx.h + $(INSTALL_DATA) $< $@ + +$(PROJECT_INCLUDE)/bsp/commproc.h : commproc.h + $(INSTALL_DATA) $< $@ + +$(PROJECT_INCLUDE)/bsp/8xx_immap.h : 8xx_immap.h + $(INSTALL_DATA) $< $@ + +PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \ + $(PROJECT_INCLUDE)/bsp.h \ + $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/bsp/mbx.h \ + $(PROJECT_INCLUDE)/bsp/commproc.h $(PROJECT_INCLUDE)/bsp/8xx_immap.h all-local: $(PREINSTALL_FILES) -- cgit v1.2.3