12 lines
418 B
Makefile
12 lines
418 B
Makefile
# This variable should contain a space separated list of all
|
|
# the directories containing buildable applications (usually
|
|
# prefixed with the app_ prefix)
|
|
#
|
|
# If the variable is set to "all" then all directories that start with app_
|
|
# are built.
|
|
BUILD_SUBDIRS = examples/app_spdif_rx_example examples/app_spdif_tx_example
|
|
|
|
XMOS_MAKE_PATH ?= ..
|
|
include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.toplevel
|
|
|