From 43aa5a5287f731ccb64d3e2d67a8449ccd9c8021 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 25 Apr 2023 17:48:06 -0700 Subject: [PATCH] add level.mdwn where it was forgotten --- openpower/sv/rfc/Makefile | 3 ++- openpower/sv/rfc/ls012/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile index 8932897f1..18db19d61 100644 --- a/openpower/sv/rfc/Makefile +++ b/openpower/sv/rfc/Makefile @@ -10,7 +10,8 @@ all: $(pdfs) ls012 = $(realpath ls012) -$(ls012)/areas.mdwn $(ls012)/xo_cost.mdwn: ls012_optable.py ls012/optable.csv +$(ls012)/areas.mdwn $(ls012)/xo_cost.mdwn \ +$(ls012)/level.mdwn: ls012_optable.py ls012/optable.csv @echo making optables python3 ls012_optable.py diff --git a/openpower/sv/rfc/ls012/.gitignore b/openpower/sv/rfc/ls012/.gitignore index 0686fcbd5..bbf2ec731 100644 --- a/openpower/sv/rfc/ls012/.gitignore +++ b/openpower/sv/rfc/ls012/.gitignore @@ -1,2 +1,3 @@ /areas.mdwn -/xo_cost.mdwn \ No newline at end of file +/xo_cost.mdwn +/level.mdwn \ No newline at end of file -- 2.30.2