summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'utils/genprimopcode/ghc.mk')
-rw-r--r--utils/genprimopcode/ghc.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/genprimopcode/ghc.mk b/utils/genprimopcode/ghc.mk
new file mode 100644
index 0000000000..74ac4232e6
--- /dev/null
+++ b/utils/genprimopcode/ghc.mk
@@ -0,0 +1,4 @@
+utils/genprimopcode_dist_MODULES = Lexer Main ParserM Parser Syntax
+utils/genprimopcode_dist_PROG = $(GHC_GENPRIMOP_PGM)
+
+$(eval $(call build-prog,utils/genprimopcode,dist,0))