Corrected to include shared console driver.

This commit is contained in:
Joel Sherrill
1999-05-28 16:08:38 +00:00
parent 8f3c1d20d1
commit d54bdfaf9c

View File

@@ -18,7 +18,7 @@ VPATH = @srcdir@:@srcdir@/../../../shared
PGM=${ARCH}/console.rel PGM=${ARCH}/console.rel
# C source names, if any, go here -- minus the .c # C source names, if any, go here -- minus the .c
C_PIECES=config conscfg debugio C_PIECES=conscfg console debugio
C_FILES=$(C_PIECES:%=%.c) C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)