From 2dcd56ce3d00fc7414652e6f866bf8eefd42dba9 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 2 Nov 2023 18:51:38 -0600 Subject: got things to compile again, renamed #includes (also modified the build scripts to work with the new file structure) --- hw/sofirn/blf-lt1-t1616/cfg.h | 2 +- hw/sofirn/blf-lt1-t1616/hwdef.c | 2 +- hw/sofirn/blf-lt1-t1616/hwdef.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'hw/sofirn/blf-lt1-t1616') diff --git a/hw/sofirn/blf-lt1-t1616/cfg.h b/hw/sofirn/blf-lt1-t1616/cfg.h index fc02619..eea5ef5 100644 --- a/hw/sofirn/blf-lt1-t1616/cfg.h +++ b/hw/sofirn/blf-lt1-t1616/cfg.h @@ -4,7 +4,7 @@ #pragma once #define MODEL_NUMBER "0622" -#include "hwdef-blf-lt1-t1616.h" +#include "sofirn/blf-lt1-t1616/hwdef.h" // ATTINY: 1616 // the button lights up diff --git a/hw/sofirn/blf-lt1-t1616/hwdef.c b/hw/sofirn/blf-lt1-t1616/hwdef.c index 9d268a4..5a83849 100644 --- a/hw/sofirn/blf-lt1-t1616/hwdef.c +++ b/hw/sofirn/blf-lt1-t1616/hwdef.c @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "chan-aux.c" +#include "fsm/chan-aux.c" void set_level_zero(); diff --git a/hw/sofirn/blf-lt1-t1616/hwdef.h b/hw/sofirn/blf-lt1-t1616/hwdef.h index 7c1f10b..203cdc8 100644 --- a/hw/sofirn/blf-lt1-t1616/hwdef.h +++ b/hw/sofirn/blf-lt1-t1616/hwdef.h @@ -15,10 +15,10 @@ #define ATTINY 1616 #include -#define HWDEF_C_FILE hwdef-blf-lt1-t1616.c +#define HWDEF_C_FILE sofirn/blf-lt1-t1616/hwdef.c // allow using aux LEDs as extra channel modes -#include "chan-aux.h" +#include "fsm/chan-aux.h" // channel modes: // * 0. warm only -- cgit v1.2.3