From 3c93373d43686fc3cc500cffa01f298ce5aa8cf2 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Thu, 16 Jan 2025 17:20:49 +0000 Subject: [PATCH] [bazel,hw] add empty BUILD files for non-earlgrey tops This will prevent these files from being included into earlgrey builds, since without BUILD, these files are included by glob in hw/BUILD. Signed-off-by: Gary Guo --- hw/top_darjeeling/BUILD | 3 +++ hw/top_englishbreakfast/BUILD | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 hw/top_darjeeling/BUILD create mode 100644 hw/top_englishbreakfast/BUILD diff --git a/hw/top_darjeeling/BUILD b/hw/top_darjeeling/BUILD new file mode 100644 index 0000000000000..3e8bb41965a28 --- /dev/null +++ b/hw/top_darjeeling/BUILD @@ -0,0 +1,3 @@ +# Copyright lowRISC contributors (OpenTitan project). +# Licensed under the Apache License, Version 2.0, see LICENSE for details. +# SPDX-License-Identifier: Apache-2.0 diff --git a/hw/top_englishbreakfast/BUILD b/hw/top_englishbreakfast/BUILD new file mode 100644 index 0000000000000..3e8bb41965a28 --- /dev/null +++ b/hw/top_englishbreakfast/BUILD @@ -0,0 +1,3 @@ +# Copyright lowRISC contributors (OpenTitan project). +# Licensed under the Apache License, Version 2.0, see LICENSE for details. +# SPDX-License-Identifier: Apache-2.0