Skip to content

Commit e3105cf

Browse files
committed
Updated build scripts
1 parent d7f101c commit e3105cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make/system.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ COMMON_VARS = \
183183
PLATFORM \
184184
ARCHITECTURE \
185185
ARCHITECTURE_CFLAGS \
186+
BUILDDIR \
186187
FEATURES \
187188
LIBRARY_EXT \
188189
LIBRARY_PREFIX \
@@ -209,6 +210,7 @@ sysvars:
209210
echo " ARCHITECTURE target architecture to perform build"
210211
echo " ARCHITECTURE_CFLAGS compiler flags to specify architecture"
211212
echo " BINDIR location of the binaries"
213+
echo " BUILDDIR location of the build directory"
212214
echo " DEBUG build with debug options"
213215
echo " DEVEL build with modules checked out for read/write URL"
214216
echo " ETCDIR location of system configuration files"

0 commit comments

Comments
 (0)