This patch introduces the spec value 'zync_sdhci' restrict the build of the driver to the boards that actually support it. Fixes #37
10 lines
204 B
Makefile
10 lines
204 B
Makefile
#
|
|
# Pull in CPU specifics
|
|
#
|
|
SPECS += zynq cadence_gem zynq_uart1 zynq_sdhci
|
|
|
|
REP_INC_DIR += include/spec/zc706
|
|
REP_INC_DIR += include/spec/xilinx
|
|
|
|
include $(call select_from_repositories,mk/spec/zynq.mk)
|