#!/bin/sh if [ ! -f _build/.config ]; then make O="${PWD}"/_build BR2_EXTERNAL="${PWD}" kitchenos_defconfig fi make -C _build