default_CONFIG = CONFIG_OC_CANVCA=y CONFIG_OC_CANVCARTL=y ifeq ($(CONFIG_OC_CANVCA),y) lib_LIBRARIES = vca include_HEADERS = can.h canmsg.h can_vca.h vca_canopen.h vca_od.h vca_pdo.h \ vcasdo_fsm.h vcasdo_msg.h vca_hwmod.h vca_SOURCES = vca_base.c vca_log.c vca_utils.c vcasdo_fsm.c \ vcasdo_msg.c vca_od.c vca_pdo.c lib_LOADLIBES = utils_PROGRAMS = endif #CONFIG_OC_CANVCA # RT-Linux version of build ifeq ($(CONFIG_OC_CANVCARTL),y) rtlinux_INCLUDES = -DUL_WITH_RTL_MALLOC rtlinux_LIBRARIES = vcartl rtlinux_HEADERS = can.h canmsg.h can_vca.h vca_canopen.h vca_od.h vca_pdo.h vcasdo_fsm.h vcasdo_msg.h vcartl_SOURCES = vca_base.c vca_log.c vca_utils.c vcasdo_fsm.c \ vcasdo_msg.c vca_od.c vca_pdo.c endif #CONFIG_OC_CANVCARTL