summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-03-20 19:53:44 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-03-22 12:19:47 +0000
commit321bce4a3f472cfcd1f9af12e0204f6648ce499e (patch)
tree748ec4ac9ae5484fb006e87fd95c68e170fc1e6d /src/lib/Makefile.inc
parenta9506dbaf410d9b2d297661f51f0e0b9842170e1 (diff)
downloadcoreboot-321bce4a3f472cfcd1f9af12e0204f6648ce499e.tar.gz
coreboot-321bce4a3f472cfcd1f9af12e0204f6648ce499e.tar.bz2
coreboot-321bce4a3f472cfcd1f9af12e0204f6648ce499e.zip
lib/ramtest.c: Make it a bit more arch-agnostic
Change-Id: I05734515c0bbd043d489c76cf9cf8b2dbe0ff515 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31994 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r--src/lib/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index 70bbece49d45..1350152a4043 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -83,7 +83,7 @@ romstage-y += libgcc.c
romstage-y += memrange.c
romstage-$(CONFIG_PRIMITIVE_MEMTEST) += primitive_memtest.c
ramstage-$(CONFIG_PRIMITIVE_MEMTEST) += primitive_memtest.c
-romstage-$(CONFIG_CACHE_AS_RAM) += ramtest.c
+romstage-y += ramtest.c
romstage-$(CONFIG_GENERIC_GPIO_LIB) += gpio.c
ramstage-y += region_file.c
romstage-y += region_file.c