summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/pci
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-21 08:28:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-21 08:28:07 +0000
commitf61731c71a0242083ff4fb8b6a7f165191fd3ace (patch)
tree5330194a184edc90a390974ccbdf52a24deb7d05 /c/src/lib/libbsp/powerpc/mvme5500/pci
parent2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-f61731c71a0242083ff4fb8b6a7f165191fd3ace.tar.bz2
Remove (obsolete).
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mvme5500/pci')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/pci/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/pci/Makefile.am b/c/src/lib/libbsp/powerpc/mvme5500/pci/Makefile.am
deleted file mode 100644
index 0bda6484ca..0000000000
--- a/c/src/lib/libbsp/powerpc/mvme5500/pci/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-##
-## Makefile.am,v 1.6 2002/05/14 17:10:16 joel Exp
-##
-
-VPATH = @srcdir@:
-
-INCLUDES = -I @srcdir@/../pci
-include_bspdir = $(includedir)/bsp
-include_bsp_HEADERS = gtpcireg.h pci.h
-H_FILES = gtpcireg.h pci.h
-
-C_FILES = pci.c pci_interface.c detect_host_bridge.c pcifinddevice.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-EXTRA_DIST = pci.c pci_interface.c detect_host_bridge.c pcifinddevice.c
-
-OBJS = $(C_O_FILES)
-
-include $(top_srcdir)/../../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../../automake/lib.am
-
-$(PROJECT_INCLUDE)/bsp:
- $(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/bsp/gtpcireg.h: gtpcireg.h
- $(INSTALL_DATA) $< $@
-
-$(PROJECT_INCLUDE)/bsp/pci.h: pci.h
- $(INSTALL_DATA) $< $@
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pci.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/gtpcireg.h
-
-all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
-
-include $(top_srcdir)/../../../../../../automake/local.am