- Use new LIBOBJS macro.

- Added PM500 device driver support.
This commit is contained in:
Ron Sluiter
2000-06-14 14:55:22 +00:00
parent 0246c90e8e
commit c419233631
+5 -2
View File
@@ -12,14 +12,17 @@ include $(TOP)/config/CONFIG_APP
# The following is required for the Newport MM3000 (i.e., MM3000) device driver.
SRCS.c += ../devMM3000.c ../drvMM3000.c
LIBOBJS += devMM3000.o drvMM3000.o
INSTALLS += devMM3000.o drvMM3000.o
# The following is required for the Newport MM4000/5 (i.e., MM4000) device driver.
SRCS.c += ../devMM4000.c ../drvMM4000.c
LIBOBJS += devMM4000.o drvMM4000.o
INSTALLS += devMM4000.o drvMM4000.o
# The following is required for the Newport PM500 device driver.
SRCS.c += ../devPM500.c ../drvPM500.c
INSTALLS += devPM500.o drvPM500.o
LIBOBJS = $(SRCS.c:../%.c=%.o)
LIBNAME = newportLib
#Note that the command line that builds the