mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add a dependency so that when compiling in a static dtb, the kernel gets
re-linked after changing the .dts source. Reviewed by: cognet, arm@
This commit is contained in:
parent
74938cbb7f
commit
f72761c669
1 changed files with 2 additions and 1 deletions
|
|
@ -1294,7 +1294,8 @@ dev/fb/splash.c optional splash
|
|||
dev/fdt/fdt_common.c optional fdt
|
||||
dev/fdt/fdt_pci.c optional fdt pci
|
||||
dev/fdt/fdt_slicer.c optional fdt cfi | fdt nand
|
||||
dev/fdt/fdt_static_dtb.S optional fdt fdt_dtb_static
|
||||
dev/fdt/fdt_static_dtb.S optional fdt fdt_dtb_static \
|
||||
dependency "$S/boot/fdt/dts/${FDT_DTS_FILE}"
|
||||
dev/fdt/fdtbus.c optional fdt
|
||||
dev/fdt/simplebus.c optional fdt
|
||||
dev/fe/if_fe.c optional fe
|
||||
|
|
|
|||
Loading…
Reference in a new issue