Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1690 → Rev 1689

/demos/trunk/cpufreq/Makefile
File deleted
/demos/trunk/cpufreq/makefile
0,0 → 1,16
#
#
#
 
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
 
PROGS= cpufreq
 
include $(BASE)/config/example.mk
 
cpufreq:
make -f $(SUBMAKE) APP=cpufreq INIT= OTHEROBJS="initfile.o" SHARKOPT="__INPUT__ __CPU__ __LINUXC26__ __PCI__"