utils: spkmodem: Add Makefile and gitignore

Change-Id: Ie3a6a777f5b667e881a4462bdd44a34dbace5520
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: https://review.coreboot.org/23862
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Denis 'GNUtoo' Carikli 2018-02-24 19:20:05 +01:00 committed by Patrick Georgi
parent 9315a045cb
commit 0005aabe2f
2 changed files with 8 additions and 0 deletions

1
util/spkmodem_recv/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
spkmodem-recv

View File

@ -0,0 +1,7 @@
PREFIX ?= /usr/local
INSTALL ?= install
spkmodem-recv:
$(CC) -o $@ $@.c
install: spkmodem-recv
$(INSTALL) $< -t $(PREFIX)/bin/