# CPU_Timer Makefile
#
# Author: Guto

include	$(EPOS)/Makedefs

all: 

test: FORCE
	(cd test && $(MAKE))

print:
	$(PRINT1) $(INCLUDE)/cpu_timer.h $(INCLUDE)/system/timer/cpu.h \
		test/cpu_timer_test.cc $(PRINT2)

clean:
	-(cd test && $(MAKE) clean)
	$(CLEAN) *.o

FORCE:
