You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/smc-sum-driver/files/makefile

16 lines
298 B

obj-m := sum_bios.o
KVERSION := $(shell uname -r)
KDIR := /lib/modules/$(KVERSION)/build
PWD := $(shell pwd)
EXTRA_CFLAGS = $(CFLAGS) -Wno-incompatible-pointer-types
EXTRA_LDFLAGS = $(LDFLAGS)
default:
$(MAKE) -C $(KDIR) M=$(PWD) modules
install:
$(MAKE) -C $(KDIR) M=$(PWD) modules_install