summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab6db63..e7c46ec 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ include config.mk
################################################################################
# these are the resulting packages
-packages=doc libretools libretools-mips64el librelib gitget xbs xbs-abslibre
+packages=doc libretools libretools-mips64el librelib gitget xbs xbs-abs xbs-abslibre
# and which directories they contain
doc=doc
libretools=\
@@ -19,6 +19,7 @@ libretools-mips64el=src/mips64el-tools
librelib=src/lib
gitget=src/gitget
xbs=src/xbs
+xbs-abs=src/xbs-abs
xbs-abslibre=src/xbs-abslibre
################################################################################