
obj-m = ssd_hint.o
ssd_hint-y := hint_storage.o hint_device.o hint_manager.o hint_main.o

PWD = $(shell pwd)
KVERSION = $(shell uname -r)

all:
	make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
	make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean