coreboot-libre-fam15h-rdimm/3rdparty/chromeec/extra/usb_serial/Makefile

11 lines
144 B
Makefile

obj-m := raiden.o
.PHONY: all
all: modules
.DEFAULT:
$(MAKE) -C /lib/modules/$(shell uname -r)/build \
M=$(shell pwd) \
$(MAKECMDGOALS)