mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-25 22:04:40 +02:00
Split config and defconfig targets.
This commit is contained in:
parent
c8c076a100
commit
7f50197b95
@ -97,9 +97,11 @@ class Target:
|
|||||||
if (sub_target == "") or (not self.have_config):
|
if (sub_target == "") or (not self.have_config):
|
||||||
targets = self.target
|
targets = self.target
|
||||||
else:
|
else:
|
||||||
if (sub_target == "config"):
|
if (sub_target == "defconfig"):
|
||||||
opts.append(self.defconfig_name)
|
opts.append(self.defconfig_name)
|
||||||
opts.append(self.config_target)
|
opts.append(self.config_target)
|
||||||
|
elif (sub_target == "config"):
|
||||||
|
opts.append(self.config_target)
|
||||||
else:
|
else:
|
||||||
Logger.error("Invalid sub-target!")
|
Logger.error("Invalid sub-target!")
|
||||||
for target in targets:
|
for target in targets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user