diff options
Diffstat (limited to 'classes/ti-pdk.bbclass')
| -rw-r--r-- | classes/ti-pdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index 540a665c..7ad6205d 100644 --- a/classes/ti-pdk.bbclass +++ b/classes/ti-pdk.bbclass | |||
| @@ -67,7 +67,7 @@ PARALLEL_XDC = "--jobs=${BB_NUMBER_THREADS}" | |||
| 67 | PARALLEL_MAKE = "" | 67 | PARALLEL_MAKE = "" |
| 68 | 68 | ||
| 69 | def get_doxygen_support(d): | 69 | def get_doxygen_support(d): |
| 70 | if d.getVar('TI_PDK_DOXYGEN_SUPPORT', True) == '1': | 70 | if d.getVar('TI_PDK_DOXYGEN_SUPPORT') == '1': |
| 71 | return '' | 71 | return '' |
| 72 | return 'DOXYGEN_SUPPORT=no' | 72 | return 'DOXYGEN_SUPPORT=no' |
| 73 | 73 | ||
