aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/Makefile.inc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-10-29 20:36:29 +0100
committerTristan Gingold <tgingold@free.fr>2014-10-29 20:36:29 +0100
commite5071f1a02f16a369c504944934042fbfb09e5dc (patch)
tree1b891a41c024a308274c380c8189e3213085a7e8 /libraries/Makefile.inc
parent236a876a8448b89061bb71869c36a68aea0199c3 (diff)
downloadghdl-e5071f1a02f16a369c504944934042fbfb09e5dc.tar.gz
ghdl-e5071f1a02f16a369c504944934042fbfb09e5dc.tar.bz2
ghdl-e5071f1a02f16a369c504944934042fbfb09e5dc.zip
Add support for package interface.
Diffstat (limited to 'libraries/Makefile.inc')
-rw-r--r--libraries/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc
index ab29cfbec..8979f243b 100644
--- a/libraries/Makefile.inc
+++ b/libraries/Makefile.inc
@@ -57,9 +57,9 @@ ieee2008/numeric_std.vhdl ieee2008/numeric_std-body.vhdl \
ieee2008/numeric_std_unsigned.vhdl ieee2008/numeric_std_unsigned-body.vhdl \
ieee2008/fixed_float_types.vhdl \
ieee2008/fixed_generic_pkg.vhdl ieee2008/fixed_generic_pkg-body.vhdl \
-ieee2008/fixed_pkg.vhdl
-#ieee2008/float_generic_pkg.vhdl ieee2008/float_generic_pkg-body.vhdl \
-#ieee2008/float_pkg.vhdl
+ieee2008/fixed_pkg.vhdl \
+ieee2008/float_generic_pkg.vhdl ieee2008/float_generic_pkg-body.vhdl \
+ieee2008/float_pkg.vhdl
STD87_BSRCS := $(STD_SRCS:.vhdl=.v87)
STD93_BSRCS := $(STD_SRCS:.vhdl=.v93)