Skip to content

Commit c8078af

Browse files
committed
SWPROT-8953: build: Adjust packaging rules in helper
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent ca075c9 commit c8078af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

helper.mk

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,17 @@ test: ${build_dir}
168168

169169
check: test
170170

171-
dist: ${build_dir}
171+
dist/cmake: ${build_dir}
172+
cmake --build $< --target package
173+
cmake --build $< --target package_archive
174+
175+
dist/deb: ${build_dir}
172176
cmake --build $< --target package
173177
install -d $</$@
174178
cp -av ${<}/*.deb $</$@
175179

180+
dist: dist/cmake
181+
176182
distclean:
177183
rm -rf ${build_dir}
178184

0 commit comments

Comments
 (0)