forked from Imagelibrary/rtems
Modified to explicitly list all files as part of C_PIECES.
This commit is contained in:
@@ -16,7 +16,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared
|
||||
PGM = ${ARCH}/startup.rel
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_PIECES = $(STARTUP_PIECES) gnatinstallhandler
|
||||
C_PIECES = bspstart bspclean sbrk setvec spurious genpvec swap main \
|
||||
bootcard bsplibc bsppost gnatinstallhandler
|
||||
C_FILES = $(C_PIECES:%=%.c)
|
||||
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user