diff options
author | 2020-08-25 19:41:32 +0200 | |
---|---|---|
committer | 2020-08-25 19:41:32 +0200 | |
commit | 0aa5aea84f6749553837c9ef28cdc75e8d4b773d (patch) | |
tree | c5e01f3a8c94e7a6d8e1303093f45d67a22de35e /src/lib/netlist/examples/lostfound.cpp | |
parent | 65abe0cd888078a242744383c8372c46e87f2090 (diff) |
netlist: Fix various issues around include directories.
* removed include directory src/lib/netlist from various genie files to
avoid potential issues.
* Code using netlist should use #include "netlist/*".
* Updated includes.
* Fixed standalone makefile depend target to properly deal with relative
paths.
Diffstat (limited to 'src/lib/netlist/examples/lostfound.cpp')
-rw-r--r-- | src/lib/netlist/examples/lostfound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/examples/lostfound.cpp b/src/lib/netlist/examples/lostfound.cpp index 38c9376d1b6..ef6b5cf1e9e 100644 --- a/src/lib/netlist/examples/lostfound.cpp +++ b/src/lib/netlist/examples/lostfound.cpp @@ -211,5 +211,5 @@ private: nld_power_pins m_supply; }; -// NETLIB_DEVICE_IMPL(CD4066_GATE_DYNAMIC, "CD4066_GATE_DYNAMIC", "") +// NETLIB_DEVICE_IMPL(CD4066_GATE_DYNAMIC, "CD4066_GATE_DYNAMIC", "") |