summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-selftest_2023.2.bb
blob: 97b5e701c989c6c467801355aede6d6c5ca08c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Simple rfdc-selftest application"

require rfdc-examples.inc

do_compile (){
    make all BOARD_FLAG=${FLAG} OUTS=${B}/rfdc-selftest RFDC_OBJS=xrfdc_selftest_example.o
}

do_install() {
    install -d ${D}${bindir}
    install -m 0755 ${B}/rfdc-selftest ${D}${bindir}
}