From 4a667c3df94a9e6309e09ad207677ec5d1b74944 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 12 Jun 2019 14:54:49 -0700 Subject: [PATCH] correct naming in defaults --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index f3fc05b1..76632f48 100644 --- a/variables.mk +++ b/variables.mk @@ -48,7 +48,7 @@ ifeq ($(SUB_PROJECT),boom) CONFIG_PACKAGE ?= boom.system GENERATOR_PACKAGE ?= boom.system TB ?= TestDriver - TOP ?= ExampleBoomAndRocketSystem + TOP ?= BoomRocketSystem endif # for Rocket-chip developers ifeq ($(SUB_PROJECT),rocketchip)