summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/residual
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/residual')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am
index f6c8a25591..167169848c 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
VPATH = @srcdir@:@srcdir@/../../shared/residual
C_FILES = residual.c
@@ -19,18 +18,7 @@ include $(top_srcdir)/../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
-$(PROJECT_INCLUDE)/bsp:
- $(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/bsp/pnp.h: ../../shared/residual/pnp.h
- $(INSTALL_DATA) $< $@
-
-$(PROJECT_INCLUDE)/bsp/residual.h: ../../shared/residual/residual.h
- $(INSTALL_DATA) $< $@
-
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pnp.h \
- $(PROJECT_INCLUDE)/bsp/residual.h
all-local: $(PREINSTALL_FILES) $(OBJS)