diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-08-01 16:05:21 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-08-01 16:05:21 +0200 |
commit | 08e7e43c2b332098920bd13b6dd25607b71c15a6 (patch) | |
tree | d3b154c26eda4b22bcfd4f47efbf436008a267f5 /dde_rtl8139/Makefile | |
parent | 5a9d844a537293b0398f22003cd31bb61864f746 (diff) |
link DDE drivers with BPF library.
Diffstat (limited to 'dde_rtl8139/Makefile')
-rw-r--r-- | dde_rtl8139/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dde_rtl8139/Makefile b/dde_rtl8139/Makefile index 9c490a8f..4f76cd2b 100644 --- a/dde_rtl8139/Makefile +++ b/dde_rtl8139/Makefile @@ -9,7 +9,7 @@ TARGET = dde_rtl8139 SRC_C = main.c 8139cp.c -LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc -lports $(libslab_path) +LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc -lports $(libslab_path) -lbpf CFLAGS += -g -I$(PKGDIR)/include -I../libmachdev # DDE configuration |