summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-12-23 15:17:36 +1100
committer Vas Crabb <vas@vastheman.com>2016-12-23 15:18:29 +1100
commit386eb6b7b83a956c05d91e8d0a8649aeb19a9019 (patch)
tree87a99c4b3532ec81559c92cb2626effbab5cfcc6
parentf448fa7c54fdb20b6cb03b78172433db1d923793 (diff)
helps to git add
-rw-r--r--src/lib/netlist/build/makefile1
-rw-r--r--src/lib/netlist/macro/nlm_cd4xxx.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/netlist/build/makefile b/src/lib/netlist/build/makefile
index 71d0d4940ce..0fdc72eff87 100644
--- a/src/lib/netlist/build/makefile
+++ b/src/lib/netlist/build/makefile
@@ -70,6 +70,7 @@ NLOBJS := \
$(NLOBJ)/devices/nld_2716.o \
$(NLOBJ)/devices/nld_4020.o \
$(NLOBJ)/devices/nld_4066.o \
+ $(NLOBJ)/devices/nld_4316.o \
$(NLOBJ)/devices/nld_7448.o \
$(NLOBJ)/devices/nld_7450.o \
$(NLOBJ)/devices/nld_7473.o \
diff --git a/src/lib/netlist/macro/nlm_cd4xxx.h b/src/lib/netlist/macro/nlm_cd4xxx.h
index acc47f45d21..de10ff7a64d 100644
--- a/src/lib/netlist/macro/nlm_cd4xxx.h
+++ b/src/lib/netlist/macro/nlm_cd4xxx.h
@@ -41,6 +41,9 @@
#define CD4016_DIP(name) \
NET_REGISTER_DEV(CD4016_DIP, name)
+#define CD4316_DIP(name) \
+ NET_REGISTER_DEV(CD4016_DIP, name)
+
/* ----------------------------------------------------------------------------
* External declarations
* ---------------------------------------------------------------------------*/