summaryrefslogtreecommitdiff
path: root/rules/c-sources.mk
blob: 8e90c702aaeb38cad613c210e8672e8983cb099d (plain)
1
2
3
4
define c-sources  # args: $1 = dir, $2 = distdir
$1_$2_C_FILES = $$(patsubst %,$1/%,$$($1_$2_C_SRCS))
$1_$2_S_FILES = $$(patsubst %,$1/%,$$($1_$2_S_SRCS))
endef