diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-07-04 14:18:52 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-07-07 17:24:09 +0000 |
commit | ecda77531d29d64785acbbbe83c176211ffe7128 (patch) | |
tree | 01883b450b31bbb5ede2184967a1d72dda86fb9f /src/mainboard/starlabs/starbook/variants/tgl/Makefile.inc | |
parent | ac8b508f3fdec9e545e10df2e32cd43bcc9e4781 (diff) |
mb/starlabs: Rename LabTop to StarBook
The LabTop was renamed to StarBook since the release of the Mk V.
This change keeps the directory name more relevant, as there are
more boards using the name StarBook.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I3513fb56c1adf663ed7bcdade2cc52cd8c0d6f4b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65640
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/starlabs/starbook/variants/tgl/Makefile.inc')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/tgl/Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/tgl/Makefile.inc b/src/mainboard/starlabs/starbook/variants/tgl/Makefile.inc new file mode 100644 index 0000000000..2a505c35c7 --- /dev/null +++ b/src/mainboard/starlabs/starbook/variants/tgl/Makefile.inc @@ -0,0 +1,9 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-y += gpio.c + +romstage-y += romstage.c + +ramstage-y += devtree.c +ramstage-y += gpio.c +ramstage-y += hda_verb.c |