From 50886827b59e9f7ed4d583a4ad91c2a24748a1a2 Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Thu, 26 Nov 2020 12:10:39 +0800 Subject: mb/google/brya: Add entry stubs of each stage Add entry point stubs of each stage for Brya. More functionalities will be added later. BUG=b:174266035 TEST=Build Test Signed-off-by: Eric Lai Change-Id: I44934c05ee32090b6e34648ee02f004c83e93d57 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48063 Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/Makefile.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mainboard/google/brya/Makefile.inc (limited to 'src/mainboard/google/brya/Makefile.inc') diff --git a/src/mainboard/google/brya/Makefile.inc b/src/mainboard/google/brya/Makefile.inc new file mode 100644 index 0000000000..1680fd0a2b --- /dev/null +++ b/src/mainboard/google/brya/Makefile.inc @@ -0,0 +1,8 @@ +bootblock-y += bootblock.c + +romstage-y += romstage.c + +ramstage-y += mainboard.c + +subdirs-y += variants/baseboard +CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include -- cgit v1.2.3