libuvc: exclude .git directory from src archive

This commit is contained in:
Christian Helmuth 2021-10-08 17:03:17 +02:00 committed by Norman Feske
parent 96997ead62
commit 4fd2c9c618

View File

@ -7,6 +7,7 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libuvc)
src/lib/libuvc:
mkdir -p $(dir $@)
cp -r $(PORT_DIR)/src/lib/libuvc $@
rm -rf $@/.git
echo "LIBS = libuvc" > $@/target.mk
include: