#
# Makefile for the linux kernel.
#

extra-y =  crt0_$(MODEL).o
obj-y := timer.o

timer.o: timer.c

clean:
	rm -f *.[oa]
