mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
@@ -7,13 +7,10 @@ PGM = $(ARCH)/shmdr.rel
|
||||
|
||||
C_FILES = addlq.c cnvpkt.c getlq.c dump.c fatal.c getpkt.c init.c initlq.c \
|
||||
intr.c mpisr.c poll.c receive.c retpkt.c send.c setckvec.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
H_FILES = shm_driver.h mpci.h
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../automake/lib.am
|
||||
|
||||
|
||||
Reference in New Issue
Block a user