aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/Makefile.inc
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-08-11 10:14:46 +0200
committertgingold <tgingold@users.noreply.github.com>2019-08-11 10:14:46 +0200
commitd0d7e78c8de96745b47d11872d61a909df945e26 (patch)
tree60fd4ee2514f4f8e5bfdeee9a068f64cdae5ff87 /libraries/Makefile.inc
parenta46b01b05ffe8835d5e16af68e0a5ce441d71c08 (diff)
downloadghdl-d0d7e78c8de96745b47d11872d61a909df945e26.tar.gz
ghdl-d0d7e78c8de96745b47d11872d61a909df945e26.tar.bz2
ghdl-d0d7e78c8de96745b47d11872d61a909df945e26.zip
openieee: add dummy UPF package (#889)
Diffstat (limited to 'libraries/Makefile.inc')
-rw-r--r--libraries/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc
index f8a0f09d7..098cd51f7 100644
--- a/libraries/Makefile.inc
+++ b/libraries/Makefile.inc
@@ -82,7 +82,8 @@ IEEE93_BSRCS := $(addprefix ieee/v93/,$(IEEE_SRCS)) $(addprefix ieee/,$(MATH_SRC
else
IEEE_SRCS := std_logic_1164.vhdl std_logic_1164-body.vhdl \
numeric_bit.vhdl numeric_bit-body.vhdl \
- numeric_std.vhdl numeric_std-body.vhdl
+ numeric_std.vhdl numeric_std-body.vhdl \
+ upf.vhdl upf-body.vhdl
MATH_SRCS := math_real.vhdl math_real-body.vhdl
VITAL95_BSRCS :=
VITAL2000_BSRCS :=