Commit a6ba4a50 authored by Lucas Russo's avatar Lucas Russo

src/sm_io/*/afc_diag/*.mk: add common objects regardelss BOARD

parent 1d86c9d5
ifeq ($(BOARD),afcv3)
sm_io_afc_diag_DIR = $(SRC_DIR)/sm_io/modules/afc_diag
sm_io_afc_diag_OBJS = $(sm_io_afc_diag_DIR)/sm_io_afc_diag_core.o \
sm_io_afc_diag_OBJS = $(sm_io_afc_diag_DIR)/sm_io_afc_diag_exports.o
ifeq ($(BOARD),afcv3)
sm_io_afc_diag_OBJS += $(sm_io_afc_diag_DIR)/sm_io_afc_diag_core.o \
$(sm_io_afc_diag_DIR)/sm_io_afc_diag_exp.o \
$(sm_io_afc_diag_DIR)/sm_io_afc_diag_exports.o \
$(sm_io_afc_diag_DIR)/sm_io_afc_diag_defaults.o
endif
sm_io_afc_diag_INCLUDE_DIRS = $(sm_io_afc_diag_DIR)
else
sm_io_afc_diag_DIR =
sm_io_afc_diag_OBJS =
sm_io_afc_diag_INCLUDE_DIRS =
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment