lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

001-makefile.patch (271B)


      1 From: Lars Gierth <larsg@systemli.org>
      2 Date: Tue, 2 Sep 2014 00:05:39 +0200
      3 
      4     Add rump Makefile
      5 
      6 new file mode 100644
      7 index 0000000..f081d38
      8 --- /dev/null
      9 +++ b/Makefile
     10 @@ -0,0 +1,4 @@
     11 +all: sha2.o sha2lib.o
     12 +	$(CC) -shared -o sha2.so sha2.o sha2lib.o
     13 +
     14 +.PHONY: all