From 63c5ce455d3a18bd1906ee213c7d16a5f32babd8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Sep 2000 20:03:48 +0000 Subject: 2000-09-13 Joel Sherrill * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up. --- c/src/lib/libbsp/arm/armulator/console/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/arm/armulator/console') diff --git a/c/src/lib/libbsp/arm/armulator/console/Makefile.am b/c/src/lib/libbsp/arm/armulator/console/Makefile.am index 473ee66895..e71b253615 100644 --- a/c/src/lib/libbsp/arm/armulator/console/Makefile.am +++ b/c/src/lib/libbsp/arm/armulator/console/Makefile.am @@ -11,10 +11,7 @@ PGM = $(ARCH)/console.rel C_FILES = console-io.c console-polled.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) -S_FILES = -S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) - -OBJS = $(C_O_FILES) $(S_O_FILES) +OBJS = $(C_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/compile.am -- cgit v1.2.3