obj-m += geofft.o

all:
	make -C /srv/phone-project/git-geofft M=$(PWD) modules

clean:
	make -C /srv/phone-project/git-geofft M=$(PWD) clean
