Files
npu-ax3386-userspace/debian/rules
Han Gao 4897d8e568 init th1520-npu
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
2024-05-10 17:19:50 +08:00

15 lines
279 B
Makefile
Executable File

#!/usr/bin/make -f
export DH_VERBOSE = 1
export DESTDIR = debian/th1520-npu
export DEB_BUILD_OPTIONS += nostrip
%:
dh $@
override_dh_install:
mkdir -p $(CURDIR)/$(DESTDIR)$(PREFIX)/
cp -avpr $(CURDIR)/addons/* $(CURDIR)/$(DESTDIR)$(PREFIX)/
override_dh_clean:
echo "None"