diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2011-07-28 14:27:27 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-07-28 14:44:31 -0500 |
commit | 8d82f5f4dde24bb6f944607c59d314b9f5003ae9 (patch) | |
tree | 88a9fc7be41d4072179046acd0fdd09b0b5a672f /makefile | |
parent | da2ff5ab2bdb1292e62ec1c417d473b5b62b13aa (diff) | |
download | talos-hostboot-8d82f5f4dde24bb6f944607c59d314b9f5003ae9.tar.gz talos-hostboot-8d82f5f4dde24bb6f944607c59d314b9f5003ae9.zip |
Generate ctags file as part of build.
Change-Id: Iddfb56d9e6ffc91ff29cf679fc5243550a31090c
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/220
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SUBDIRS = src.d ROOTPATH = . -EXTRA_PARTS = cscope +EXTRA_PARTS = cscope ctags include ./config.mk |