Added reference to shared TOD driver.

This commit is contained in:
Joel Sherrill
1998-07-29 00:37:37 +00:00
parent c95e927ca9
commit 6a0f5ac2ed

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
PGM=${ARCH}/tod.rel
# C source names, if any, go here -- minus the .c
C_PIECES=config
C_PIECES=config tod
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)