Create stub nx dt repo
Makefile is based on t23x/nv-public
This commit is contained in:
18
Makefile
Normal file
18
Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
DTC_FLAGS += -@
|
||||
|
||||
old-dtb := $(dtb-y)
|
||||
old-dtbo := $(dtbo-y)
|
||||
dtb-y :=
|
||||
dtbo-y :=
|
||||
makefile-path := t21x/nx
|
||||
|
||||
|
||||
ifneq ($(dtb-y),)
|
||||
dtb-y := $(addprefix $(makefile-path)/,$(dtb-y))
|
||||
endif
|
||||
ifneq ($(dtbo-y),)
|
||||
dtbo-y := $(addprefix $(makefile-path)/,$(dtbo-y))
|
||||
endif
|
||||
|
||||
dtb-y += $(old-dtb)
|
||||
dtbo-y += $(old-dtbo)
|
||||
Reference in New Issue
Block a user