forked from Imagelibrary/rtems
Removed alloc860.c and mmu.c from C_FILES since they are now in libcpu.
This commit is contained in:
@@ -9,7 +9,7 @@ VPATH = @srcdir@:@srcdir@/../../../shared
|
|||||||
PGM = $(ARCH)/startup.rel
|
PGM = $(ARCH)/startup.rel
|
||||||
|
|
||||||
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
|
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
|
||||||
setvec.c alloc860.c mmu.c gnatinstallhandler.c
|
setvec.c gnatinstallhandler.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
@@ -34,6 +34,6 @@ all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
|
|||||||
|
|
||||||
.PRECIOUS: $(PGM)
|
.PRECIOUS: $(PGM)
|
||||||
|
|
||||||
EXTRA_DIST = alloc860.c bspstart.c linkcmds mmu.c setvec.c
|
EXTRA_DIST = bspstart.c linkcmds setvec.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/local.am
|
include $(top_srcdir)/../../../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user