mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add simulation tool running on x86 host for web-pages of an RTL8372 switch
This commit is contained in:
+4
-1
@@ -1,6 +1,6 @@
|
||||
CC = gcc
|
||||
|
||||
all: injector fileadder
|
||||
all: injector fileadder httpd_sim
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
@@ -10,3 +10,6 @@ injector: injector.c
|
||||
|
||||
fileadder: fileadder.c
|
||||
gcc $^ -o $@
|
||||
|
||||
httpd_sim: httpd_sim.c httpd_sim.h
|
||||
gcc $< -o $@ -I/usr/include/json-c -ljson-c
|
||||
|
||||
Reference in New Issue
Block a user