diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 01:27:51 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 01:27:51 +0000 |
commit | 998885c7f9b23a5576fc11d3d2fc71508d46089d (patch) | |
tree | 5d74c58fc07d5bb65ecf2f183ccebe958b9ca257 /dde_pcnet32 | |
parent | 527e205fa095f40f56e85e10ef07c5c7e8bd2032 (diff) |
fix link
Diffstat (limited to 'dde_pcnet32')
-rw-r--r-- | dde_pcnet32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dde_pcnet32/Makefile b/dde_pcnet32/Makefile index 5b45cc14..bcdcb425 100644 --- a/dde_pcnet32/Makefile +++ b/dde_pcnet32/Makefile @@ -7,7 +7,7 @@ TARGET = dde_pcnet32 SRC_C = main.c pcnet32.c -LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path) +LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lz -lthreads -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path) CFLAGS += -g -I$(PKGDIR)/include -I../libmachdev # DDE configuration |