TOP_DIR := $(shell pwd)

obj-m:=qoscom.o

all:
	$(MAKE) -C $(KERNEL_SOURCE) SUBDIRS="$(TOP_DIR)" modules
