mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-02-10 03:22:42 +01:00
restructure and added stubs for vega10, vega20 and navi10
This commit is contained in:
12
Makefile
12
Makefile
@@ -1,4 +1,14 @@
|
||||
obj-m += vendor-reset.o
|
||||
obj-m := vendor-reset.o
|
||||
vendor-reset-y := src/vendor-reset.o
|
||||
|
||||
vendor-reset-y += src/amd/vega10.o
|
||||
vendor-reset-y += src/amd/vega20.o
|
||||
vendor-reset-y += src/amd/navi10.o
|
||||
|
||||
|
||||
ccflags-y := -I$(src)/src
|
||||
ccflags-y += -I$(src)/include
|
||||
|
||||
USER := $(shell whoami)
|
||||
KVER ?= $(shell uname -r)
|
||||
KDIR ?= /lib/modules/$(KVER)/build
|
||||
|
||||
Reference in New Issue
Block a user