blob: 452c7c265e972b3170eb6664af75bc64470174a2 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001obj-m:=igb_uio.o
2
3CONFIG_MODULE_SIG=n
4
5EXTRA_CFLAGS += -Winline -I$(PWD)
6
7default:
8 $(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
9clean:
10 $(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean