INCLUDEPATH = $(shell cd ../../linux/include; pwd) .PHONY: all all: @echo "Copying include/*.h ..." cp *.h $(INCLUDEPATH)