summaryrefslogtreecommitdiffstats
path: root/tools/cpu/hppa1.1/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/hppa1.1/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/cpu/hppa1.1/Makefile.am b/tools/cpu/hppa1.1/Makefile.am
deleted file mode 100644
index 2536af6d9c..0000000000
--- a/tools/cpu/hppa1.1/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../../aclocal
-
-noinst_PROGRAMS = genoffsets
-
-genoffsets_SOURCES = genoffsets.c
-
-## We use files that have not been installed yet.
-
-CPU_DIR = ../../cpu/$(RTEMS_CPU)
-
-AM_CPPFLAGS = -I$(PROJECT_INCLUDE) -I$(CPU_DIR)
-
-PREINSTALL_FILES = genoffsets
-
-include $(top_srcdir)/../../../automake/host.am