Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
cmake: Update Makefile.cmake to list product subdirectories
Browse files Browse the repository at this point in the history
Some products are now grouped under a directory like neoverse-rd.
This patch lets these be displayed when running the help command.

Signed-off-by: James McGregor <[email protected]>
Change-Id: Iffcc099cc5e415c2227a2689dace58bea66be6c7
  • Loading branch information
Jmc18134 authored and leandro-arm committed Feb 29, 2024
1 parent 30ce462 commit 8cecae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ENABLE_COVERAGE ?= $(DEFAULT_ENABLE_COVERAGE)
#
# Products
#
PRODUCTS := $(shell ls $(PRODUCTS_DIR) 2>/dev/null)
PRODUCTS := $(sort $(shell find product -name "product.mk" -printf "%h\n" | cut -d'/' -f2-3))

#
# Deprecated Products/Platforms
Expand Down

0 comments on commit 8cecae4

Please sign in to comment.