From ca31c844cde7f54a285e3b9da358989e42258f5b Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 6 Sep 2020 23:24:21 +0200 Subject: netlist: move to generated header and link support files files. * Removed device and macro header files. * All of those can be generated automatically so going forward there is no need for these any longer. * Introduced the modules concept. Modules are netlists for which automatic lib entries are generated. * Going forward you just store them in macro/modules and they will be automatically registered as device elements. * You need to do a "make generated" is src/lib/netlist/build * Some_device.cpp still needs to be added to netlist.lua * Added documentation on how to add devices to netlist. * Please refer to adding_devices.md for more information. --- src/lib/netlist/devices/nld_log.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/netlist/devices/nld_log.cpp') diff --git a/src/lib/netlist/devices/nld_log.cpp b/src/lib/netlist/devices/nld_log.cpp index f60029748ce..75a22ddca32 100644 --- a/src/lib/netlist/devices/nld_log.cpp +++ b/src/lib/netlist/devices/nld_log.cpp @@ -16,7 +16,6 @@ */ #include "nl_base.h" -#include "nld_log.h" #include "plib/pfmtlog.h" #include "plib/pmulti_threading.h" #include "plib/pstream.h" -- cgit v1.2.3-70-g09d2