qi: add build instructions for the bootloader
[qi-bootmenu-system.git] / sources / sections / qi-bootmenu.sh
blob30674089af4d2d4a41b3eb20b2a56a58137cc2f9
1 setupfor qi-bootmenu
3 [ ! -z "$STATIC" ] && TARGET="static"
5 LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" make $TARGET &&
7 make PREFIX=/usr DESTDIR="$ROOT_DIR" install
9 [ $? -ne 0 ] && dienow
11 cleanup qi-bootmenu