forked from Imagelibrary/rtems
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * mongoosev/duart/Makefile.am: Use .$(OBJEXT) instead of .o. * mongoosev/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o. * r46xx/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/interrupts/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tx39/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
@@ -11,7 +11,7 @@ S_FILES = clock.S
|
||||
|
||||
noinst_HEADERS = clock.h
|
||||
|
||||
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
|
||||
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
|
||||
Reference in New Issue
Block a user