export C_INCLUDE_PATH := $(shell cd ../../../../kernel/linux; pwd)

all:
	cd src; make

clean:
	cd src; make clean
