Subversion Repositories shark

Rev

Rev 1618 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1681 fabio 1
targets:= libcpu.a
582 mauro 2
 
1681 fabio 3
libcpu.a-objs:=		\
4
	common.o	\
5
	amd.o		\
6
	cyrix.o		\
7
	intel.o		\
8
	cpufreq/	\
9
	shark/		\
582 mauro 10
 
1681 fabio 11
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
582 mauro 12