diff options
-rw-r--r-- | Makefile.common | 1 | ||||
-rw-r--r-- | Makefile.rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 1e28f68b5c..67ca17f204 100644 --- a/Makefile.common +++ b/Makefile.common @@ -153,6 +153,7 @@ endif BURG := $(TOOLCURRENT)/burg RunBurg := $(BURG) $(BURG_OPTS) +TBLGEN := $(TOOLCURRENT)/tblgen # Enable this for profiling support with 'gprof' # This automatically enables optimized builds. diff --git a/Makefile.rules b/Makefile.rules index 1e28f68b5c..67ca17f204 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -153,6 +153,7 @@ endif BURG := $(TOOLCURRENT)/burg RunBurg := $(BURG) $(BURG_OPTS) +TBLGEN := $(TOOLCURRENT)/tblgen # Enable this for profiling support with 'gprof' # This automatically enables optimized builds. |