summaryrefslogtreecommitdiffstats
path: root/rules/ptxdist-dgen.in
blob: 675a77d8eb49923a4d710813490c8de1e15a9915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=ptxdist_version

# Note: not setting PTXDIST_DEP_TARGET means runtime _and_ buildtime deps
config PTXDIST_DEP_TARGET
	string
	option env="PTXDIST_DEP_TARGET"

config RUNTIME
	bool
	default y if PTXDIST_DEP_TARGET != "build"

config BUILDTIME
	bool
	default y if PTXDIST_DEP_TARGET != "run"