milkv-jupiter-buildroot-ext/local.mk
2024-04-22 12:50:49 +08:00

16 lines
787 B
Makefile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#for dev purpose , lists pkg-source dir here and buildroot use it priority
#为了方便源码开发这里提供各模块源码路径覆写buildroot优先使用
#e.g example
#XXX is package name defined in buildroot
#XXX_OVERRIDE_SRCDIR = /path/to/xxx/dir
#XXX_OVERRIDE_SRCDIR_RSYNC_EXCLUSIONS = --exclude unittests --exclude test.txt --include .git
LINUX_OVERRIDE_SRCDIR = $(TOPDIR)/../bsp-src/linux-6.1
UBOOT_OVERRIDE_SRCDIR = $(TOPDIR)/../bsp-src/uboot-2022.10
OPENSBI_OVERRIDE_SRCDIR = $(TOPDIR)/../bsp-src/opensbi
MESA3D_OVERRIDE_SRCDIR = $(TOPDIR)/../package-src/mesa3d
IMG_GPU_POWERVR_OVERRIDE_SRCDIR = $(TOPDIR)/../package-src/img-gpu-powervr
GLMARK2_OVERRIDE_SRCDIR = $(TOPDIR)/../package-src/glmark2
FACTORYTEST_OVERRIDE_SRCDIR = $(TOPDIR)/../package-src/factorytest