diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2018-12-21 12:23:27 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-10 10:04:05 +0000 |
commit | b9f9f6c12b1a98ce76e3546e9f900ecb45e3c95c (patch) | |
tree | f9f15e13fcdf6971f4a8e0f594d0650c42a289fb /src/mainboard/libretrend/lt1000/Makefile.inc | |
parent | 48be6b276a0d7d0376684eaa5c1d92b763f61cc6 (diff) |
mb/libretrend/lt1000: Add Libretrend LT1000 mainboard
Change-Id: I32fc8a7d3177ba379d04ad8b87adefcfca2b0fab
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/30360
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/libretrend/lt1000/Makefile.inc')
-rw-r--r-- | src/mainboard/libretrend/lt1000/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/libretrend/lt1000/Makefile.inc b/src/mainboard/libretrend/lt1000/Makefile.inc new file mode 100644 index 0000000000..cab4a5e194 --- /dev/null +++ b/src/mainboard/libretrend/lt1000/Makefile.inc @@ -0,0 +1,7 @@ +## SPDX-License-Identifier: GPL-2.0-or-later +## This file is part of the coreboot project. + +bootblock-y += bootblock.c + +ramstage-y += ramstage.c +ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads |