mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
2f6528e15a
Provide a config option to embed a device tree for XLP evaluation boards. This DTB will be used if the firmware does not pass in a device tree pointer. Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> Patchwork: http://patchwork.linux-mips.org/patch/4103/ Signed-off-by: John Crispin <blogic@openwrt.org>
5 lines
129 B
Makefile
5 lines
129 B
Makefile
obj-$(CONFIG_NLM_COMMON) += common/
|
|
obj-$(CONFIG_CPU_XLR) += xlr/
|
|
obj-$(CONFIG_CPU_XLP) += xlp/
|
|
obj-$(CONFIG_CPU_XLP) += dts/
|