Skip to content

Commit

Permalink
add veye
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 19, 2024
1 parent 3e6b1bb commit a731c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ if [[ "${PLATFORM}" == "pi" ]]; then
#copy drivers, not copying the makefile (the makefile will make the kernel not build)
cp -r $RELEASE_PACK_DIR/driver_source/cam_drv_src/rpi-6.1.y/*.c workdir/linux-pi/drivers/media/i2c/ || exit 1
cp -r $RELEASE_PACK_DIR/driver_source/cam_drv_src/rpi-6.1.y/*.h workdir/linux-pi/drivers/media/i2c/ || exit 1
echo 'obj-m += veye_mvcam.o veyecam2m.o cssc132.o' >> workdir/linux-pi/drivers/media/i2c/Makefile
echo 'obj-m += veye_mvcam.o veyecam2m.o csimx307.o cssc132.o' >> workdir/linux-pi/drivers/media/i2c/Makefile
cp -r additional/Kconfig workdir/linux-pi/drivers/media/i2c/ || exit 1
#copying the dts-files
cp -r $RELEASE_PACK_DIR/driver_source/dts/rpi-6.1.y/* workdir/linux-pi/arch/arm/boot/dts/overlays/ || exit 1
Expand Down

0 comments on commit a731c9c

Please sign in to comment.