Commit e26652ff authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should place headers to bsp folder

parent 1f81f396
all: all:
tar xf system-device-tree-xlnx-xilinx_v2024.2.tar.gz tar xf system-device-tree-xlnx-xilinx_v2024.2.tar.gz
cp -r system-device-tree-xlnx-xilinx_v2024.2/device_tree/data/kernel_dtsi/2024.2/include include mkdir -p ../bsp
cp -r system-device-tree-xlnx-xilinx_v2024.2/device_tree/data/kernel_dtsi/2024.2/include ../bsp/include
rm -rf system-device-tree-xlnx-xilinx_v2024.2 rm -rf system-device-tree-xlnx-xilinx_v2024.2
clean:
rm -rf include
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment