diff options
author | David Lamparter <equinox@diac24.net> | 2013-06-29 02:26:57 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-06-29 02:52:15 +0200 |
commit | d7f15e86a711019ea49c4f24206e38ff4f203982 (patch) | |
tree | e28296ea106b1f64741cfd244617ea85d8ec7adf /cethcan/Makefile | |
parent | 389696f57cb232806380daf016fbf58d5d242415 (diff) |
cethcan: ESPnet
Diffstat (limited to 'cethcan/Makefile')
-rw-r--r-- | cethcan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cethcan/Makefile b/cethcan/Makefile index 6acbbd7..bc8fab4 100644 --- a/cethcan/Makefile +++ b/cethcan/Makefile @@ -5,7 +5,8 @@ PKGS="libevent jansson" L_CFLAGS=-g -O0 -Wall -Wextra -Wshadow -pedantic -Wno-unused-parameter -Wno-format -std=gnu99 `pkg-config --cflags $(PKGS)` $(CFLAGS) L_LDFLAGS=-g `pkg-config --libs $(PKGS)` -lcrypto $(LDFLAGS) -cethcan: main.o can.o ether.o light.o beanctr.o http.o socketcan.o jsonrpc.o rpc.o +cethcan: main.o can.o ether.o light.o beanctr.o \ + http.o socketcan.o jsonrpc.o rpc.o espnet.o gcc $(L_LDFLAGS) -o $@ $^ clean: |