INCLUDE	= $(DESTDIR)/lib/modules/2.6.16-omap1

all:
	@echo "Nothing to make in all..."

clean:
	@echo "Nothing to make in clean..."

distclean:
	@echo "Nothing to make in distclean..."

install:
	install -d $(INCLUDE)
	install lib/modules/2.6.16-omap1/*.ko $(INCLUDE)
