blob: 3536acf88eb9e3762b2c808642a5eefefec87f84 (
plain)
1
2
3
4
5
6
7
8
9
|
# Configuration for uClibc test apps.
# Set the following to `true' to make a debuggable build.
DODEBUG = false
# If you want to compile using uClibc as a shared library, turn this on.
DODYNAMIC = true
|