EXTRA_CFLAGS = -I$(src)/../.. OBJS = test.o obj-m := test_mod.o obj-y := $(OBJS) test_mod-objs := $(OBJS)