diff --git a/driver/Makefile b/driver/Makefile index a6a80c6..51e0bb9 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,13 +1,7 @@ dtracedrv-objs := \ - ctf_hash.o \ - ctf_lookup.o \ - ctf_mod.o \ - ctf_open.o \ ctf_struct.o \ - ctf_subr.o \ - ctf_types.o \ - ctf_util.o \ + ../libctf.a \ ctl.o \ cpu_x86.o \ cyclic_linux.o \ @@ -39,7 +33,6 @@ dtracedrv-objs := \ tcp.o \ toxic.o \ instr_size.o \ - uncompress.o \ vminfo.o \ x_call.o ifdef BUILD_i386