X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_usr%2FMakefile;h=c74b4cc214b5f906bd900add1072d54a3a30ad24;hp=3aa822c294aed576cff906d2ffd7bba7390f53de;hb=793f9cd53a472668dbeb16341085e5512484485c;hpb=639d38dc437f87b9eab6648074f7b3eb8800e5d7 diff --git a/linux_usr/Makefile b/linux_usr/Makefile index 3aa822c..c74b4cc 100644 --- a/linux_usr/Makefile +++ b/linux_usr/Makefile @@ -1,4 +1,4 @@ -all: v3_ctrl v3_stop v3_cons v3_mem v3_monitor v3_stream v3_user_host_dev_example v3_os_debug v3_user_keyed_stream_example v3_user_keyed_stream_file v3_core_move +all: v3_ctrl v3_stop v3_cons v3_mem v3_monitor v3_stream v3_user_host_dev_example v3_os_debug v3_user_keyed_stream_example v3_user_keyed_stream_file v3_core_move v3_save v3_load @@ -8,6 +8,11 @@ v3_ctrl : v3_ctrl.c v3_ctrl.h v3_stop : v3_stop.c v3_ctrl.h gcc -static v3_stop.c -o v3_stop +v3_save : v3_save.c v3_ctrl.h + gcc -static v3_save.c -o v3_save +v3_load : v3_load.c v3_ctrl.h + gcc -static v3_load.c -o v3_load + v3_mem : v3_mem.c v3_ctrl.h gcc -static v3_mem.c -o v3_mem