12 lines
145 B
Makefile
12 lines
145 B
Makefile
TOP=../../../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
SRCS += devSmCompumotor1830.c
|
|
|
|
OBJS_vxWorks += $(SRCS:%.c=%)
|
|
|
|
include $(TOP)/configure/RULES
|
|
|
|
|