node_any: check attribute presence
[protos/libecoli.git] / mk / ecoli-subdir-vars.mk
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2015, Olivier MATZ <zer0@droids-corp.org>
3
4 # subdir-y is provided by the user
5 #  it contains the list of directory to build
6
7 # add them to the list of targets
8 all-targets += $(subdir-y)
9 all-clean-target += $(subdir-y)