2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
This commit is contained in:
Ralf Corsepius
2003-01-15 18:24:30 +00:00
parent 39fa3ed0fe
commit 9abd9c8416
2 changed files with 5 additions and 4 deletions

View File

@@ -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.

View File

@@ -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