forked from Imagelibrary/rtems
2000-09-13 Joel Sherrill <joel@OARcorp.com>
* bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-09-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||
|
||||
@@ -19,5 +19,4 @@
|
||||
%{qrtems_debug: start_g.o%s}}
|
||||
|
||||
*link:
|
||||
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
|
||||
|
||||
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -T linkcmds%s -N -e _start}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,7 +9,7 @@ H_FILES = bsp.h ../../../shared/include/coverhd.h
|
||||
$(PROJECT_INCLUDE):
|
||||
$(mkinstalldirs) $@
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp.h: bsp.h
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
$(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h
|
||||
|
||||
Reference in New Issue
Block a user