Linux-2.6.33.2/Documentation/blackfin/Makefile

obj-m := gptimers-example.o

all: modules

modules clean:
	$(MAKE) -C ../.. SUBDIRS=$(PWD) $@