restructure and added stubs for vega10, vega20 and navi10

This commit is contained in:
Geoffrey McRae
2020-10-31 20:14:36 +11:00
parent 99d99cba4e
commit 5a32e3e3c2
8 changed files with 168 additions and 23 deletions

View File

@@ -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