Skip to content

Commit b788649

Browse files
committed
Clean up loose ends with cloud-config-oci
Add missing make clean target and help text. Generated-by: Claude AI Signed-off-by: Chuck Lever <[email protected]>
1 parent 081bd5c commit b788649

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dynamic-cloud-kconfig.Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ cloud-config-help:
7777
@echo "cloud-config - generates all cloud provider dynamic kconfig content"
7878
@echo "cloud-config-lambdalabs - generates Lambda Labs dynamic kconfig content"
7979
@echo "cloud-config-aws - generates AWS dynamic kconfig content"
80+
@echo "cloud-config-oci - generates OCI dynamic kconfig content"
8081
@echo "clean-cloud-config - removes all generated cloud kconfig files"
8182
@echo "cloud-list-all - list all cloud instances for configured provider"
8283

@@ -85,7 +86,7 @@ HELP_TARGETS += cloud-config-help
8586
cloud-config:
8687
$(Q)python3 scripts/generate_cloud_configs.py
8788

88-
clean-cloud-config: clean-cloud-config-lambdalabs clean-cloud-config-aws
89+
clean-cloud-config: clean-cloud-config-lambdalabs clean-cloud-config-aws clean-cloud-config-oci
8990
$(Q)echo "Cleaned all cloud provider dynamic Kconfig files."
9091

9192
cloud-list-all:

0 commit comments

Comments
 (0)