diff options
author | Andrew Robbins <andrew@libreboot.org> | 2017-12-23 19:24:48 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-12-23 19:24:48 +0000 |
commit | a576346d3e3605b75f42f317fa1182e7060acea5 (patch) | |
tree | 77bcb47bca462040f05495ab19e8601ebc95ef22 /projects | |
parent | b7c7ab86bf3c16d00e79576b00e91b57cb5ef62e (diff) | |
parent | c3aefd82ce5e458aed30419e58d55e60d33fa2ad (diff) | |
download | librebootfr-a576346d3e3605b75f42f317fa1182e7060acea5.tar.gz librebootfr-a576346d3e3605b75f42f317fa1182e7060acea5.zip |
Merge branch 'master' of swiftgeek/libreboot into master
Diffstat (limited to 'projects')
-rw-r--r-- | projects/bucts/sources/Makefile | 2 | ||||
-rw-r--r-- | projects/bucts/sources/bucts.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/bucts/sources/Makefile b/projects/bucts/sources/Makefile index 2b165f3e..b5f43d5f 100644 --- a/projects/bucts/sources/Makefile +++ b/projects/bucts/sources/Makefile @@ -10,7 +10,7 @@ endif all: bucts bucts: $(OBJ) - $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci -lz -static + $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci %.o: %.c $(CC) $(CFLAGS) -DVERSION='"$(VERSION)"' -c $< diff --git a/projects/bucts/sources/bucts.c b/projects/bucts/sources/bucts.c index 9e3c1708..16e82c7a 100644 --- a/projects/bucts/sources/bucts.c +++ b/projects/bucts/sources/bucts.c @@ -1,4 +1,4 @@ -/* compile: gcc -s -o bucts bucts.c -lpci -lz -static or: make +/* compile: gcc -s -o bucts bucts.c -lpci or: make * run as root: ./bucts [0|1] */ /* |