1 2 3 4 5 6 7 8 9 10 11 12 13
SUMMARY = "Simple rfdc-intr application" require rfdc-examples.inc do_compile() { make all BOARD_FLAG=${FLAG} OUTS=${B}/rfdc-intr RFDC_OBJS=xrfdc_intr_example.o } do_install() { install -d ${D}${bindir} install -m 0755 ${B}/rfdc-intr ${D}${bindir} }