Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 1 | KBRANCH:genericx86 = "standard/base" |
| 2 | KBRANCH:genericx86-64 = "standard/base" |
| 3 | KBRANCH:edgerouter = "standard/edgerouter" |
| 4 | KBRANCH:beaglebone-yocto = "standard/beaglebone" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 5 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 6 | KMACHINE:genericx86 ?= "common-pc" |
| 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
| 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 10 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
| 11 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
| 12 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" |
| 13 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |