blob: 9c478050ccfc601bae8a867996a18b6cd43bec6c [file] [log] [blame] [edit]
obj-m := raiden.o
.PHONY: all
all: modules
.DEFAULT:
$(MAKE) -C /lib/modules/$(shell uname -r)/build \
M=$(shell pwd) \
$(MAKECMDGOALS)