Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1498 → Rev 1497

/demos/trunk/cpufreq/initfile.c
File deleted
/demos/trunk/cpufreq/cpufreq.c
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: trunk/cpufreq/makefile
===================================================================
--- trunk/cpufreq/makefile (revision 1498)
+++ trunk/cpufreq/makefile (nonexistent)
@@ -1,16 +0,0 @@
-#
-#
-#
-
-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__"
-