X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2FMakefile;h=1af1d8d9993cdee78582d6750e7c7711699ca66a;hb=9a9c14099c09e9ed86d8ac2f73f7406d0ac8a90b;hp=f7ca2198ba33af492d91c775672736ae78a8af96;hpb=7b67d47d87463b237db5ad43941742c5a5d4b0bf;p=palacios.releases.git diff --git a/linux_usr/Makefile b/linux_usr/Makefile index f7ca219..1af1d8d 100644 --- a/linux_usr/Makefile +++ b/linux_usr/Makefile @@ -21,9 +21,6 @@ v3_serial : v3_serial.c v3_ctrl.h v3_monitor : v3_cons.c v3_ctrl.h gcc -static v3_monitor.c -o v3_monitor -v3_net : v3_net.c v3_ctrl.h - gcc -static v3_net.c -o v3_net - v3_user_host_dev_example: v3_user_host_dev_example.c v3_user_host_dev.h v3_user_host_dev.c gcc -static -I../linux_module v3_user_host_dev_example.c v3_user_host_dev.c -o v3_user_host_dev_example @@ -41,4 +38,4 @@ v3_user_keyed_stream_file: v3_user_keyed_stream_file.c v3_user_keyed_stream.h v3 clean: - rm -f v3_ctrl v3_cons v3_mem v3_monitor v3_serial v3_net v3_user_host_dev_example v3_os_debug v3_user_keyed_stream_example v3_user_keyed_stream_file + rm -f v3_ctrl v3_cons v3_mem v3_monitor v3_serial v3_user_host_dev_example v3_os_debug v3_user_keyed_stream_example v3_user_keyed_stream_file