summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 03:47:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 03:47:07 +0000
commit863b7f1be17f85a677158dd4523fece6e1c122c3 (patch)
treed65c857d52ed4a929e393076025bed265f0ceb8e
parent2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-863b7f1be17f85a677158dd4523fece6e1c122c3.tar.bz2
Reformat.
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/Makefile.am b/c/src/lib/libcpu/arm/mc9328mxl/Makefile.am
index 979eb9c6ea..4759f4f798 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/Makefile.am
+++ b/c/src/lib/libcpu/arm/mc9328mxl/Makefile.am
@@ -12,7 +12,7 @@ include $(top_srcdir)/../../../automake/compile.am
if mc9328mxl
include_mc9328mxldir = $(includedir)/mc9328mxl
include_libcpudir = $(includedir)/libcpu
-include_HEADERS = include/mc9328mxl.h
+include_HEADERS = include/mc9328mxl.h
## clock
EXTRA_PROGRAMS += clock.rel
@@ -62,8 +62,6 @@ irq_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
irq_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_DATA += irq$(LIB_VARIANT).rel
-
-
endif
## --
@@ -95,7 +93,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/mc9328mxl.h
$(PROJECT_INCLUDE)/irq.h: irq/irq.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/irq.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/irq.h
-
endif
CLEANFILES += $(PREINSTALL_FILES)