[coreboot-gerrit] Change in coreboot[master]: utils: spkmodem: Add Makefile and gitignore

Denis 'GNUtoo' Carikli (Code Review) gerrit at coreboot.org
Sat Feb 24 19:49:20 CET 2018


Denis 'GNUtoo' Carikli has uploaded this change for review. ( https://review.coreboot.org/23862


Change subject: utils: spkmodem: Add Makefile and gitignore
......................................................................

utils: spkmodem: Add Makefile and gitignore

Change-Id: Ie3a6a777f5b667e881a4462bdd44a34dbace5520
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
A util/spkmodem_recv/.gitignore
A util/spkmodem_recv/Makefile
2 files changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/23862/1

diff --git a/util/spkmodem_recv/.gitignore b/util/spkmodem_recv/.gitignore
new file mode 100644
index 0000000..2f5c946
--- /dev/null
+++ b/util/spkmodem_recv/.gitignore
@@ -0,0 +1 @@
+spkmodem-recv
diff --git a/util/spkmodem_recv/Makefile b/util/spkmodem_recv/Makefile
new file mode 100644
index 0000000..5fdb195
--- /dev/null
+++ b/util/spkmodem_recv/Makefile
@@ -0,0 +1,7 @@
+PREFIX  ?= /usr/local
+INSTALL ?= install
+
+spkmodem-recv:
+	$(CC) -o $@ $@.c
+install: spkmodem-recv
+	$(INSTALL) $< -t $(PREFIX)/bin/

-- 
To view, visit https://review.coreboot.org/23862
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3a6a777f5b667e881a4462bdd44a34dbace5520
Gerrit-Change-Number: 23862
Gerrit-PatchSet: 1
Gerrit-Owner: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180224/039cb094/attachment.html>


More information about the coreboot-gerrit mailing list