blob: 3d171e694919b2b91cbc5003a6c1793f9e6271e8 [file] [log] [blame]
Patrick Georgi4b62ebe2012-11-16 15:05:11 +01001#!/bin/sh
2#
3# This is a trivial payload compile & find script for abuild
4#
Martin Rotha2fc1ae2018-01-22 21:41:58 -07005DIR=$(dirname "$0")
6lpgcc -o "$DIR/nvramcui.elf" "$DIR/nvramcui.c" >/dev/null 2>&1 || exit 1
Patrick Georgi4b62ebe2012-11-16 15:05:11 +01007echo "$DIR/nvramcui.elf"