Subversion Repositories shark

Rev

Rev 1618 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1681 fabio 1
targets-NEW:= libtracer.a
2
targets-OLD:= libtracer.a
352 giacomo 3
 
1681 fabio 4
objs-NEW:= newtrace/
5
objs-OLD:= oldtrace/
352 giacomo 6
 
1681 fabio 7
targets:= $(targets-$(TRACER))
8
libtracer.a-objs:= $(objs-$(TRACER))
352 giacomo 9
 
1681 fabio 10
exported-cppflags:= -I$(curdir)/include -I$(srctree)/drivers/net/include
352 giacomo 11