Patrick Williams | e94080b | 2014-06-17 20:09:31 -0500 | [diff] [blame] | 1 | menu "OpenPower" |
| 2 | |
Joel Stanley | 5ab5fdb | 2016-10-31 23:10:24 +1030 | [diff] [blame] | 3 | source "$BR2_EXTERNAL_OP_BUILD_PATH/platform/Config.in" |
Patrick Williams | e94080b | 2014-06-17 20:09:31 -0500 | [diff] [blame] | 4 | |
Patrick Williams | 3f25749 | 2014-06-17 21:46:32 -0500 | [diff] [blame] | 5 | menu "OpenPower Packages" |
| 6 | if BR2_OPENPOWER_PLATFORM |
Joel Stanley | 5ab5fdb | 2016-10-31 23:10:24 +1030 | [diff] [blame] | 7 | source "$BR2_EXTERNAL_OP_BUILD_PATH/package/Config.in" |
Patrick Williams | 3f25749 | 2014-06-17 21:46:32 -0500 | [diff] [blame] | 8 | endif |
| 9 | endmenu |
| 10 | |
Patrick Williams | 8056a23 | 2015-03-03 01:21:00 -0600 | [diff] [blame] | 11 | menu "Custom Packages" |
Joel Stanley | 5ab5fdb | 2016-10-31 23:10:24 +1030 | [diff] [blame] | 12 | source "$BR2_EXTERNAL_OP_BUILD_PATH/custom/Config.in" |
Patrick Williams | 8056a23 | 2015-03-03 01:21:00 -0600 | [diff] [blame] | 13 | endmenu |
| 14 | |
Patrick Williams | e94080b | 2014-06-17 20:09:31 -0500 | [diff] [blame] | 15 | endmenu |