Skip to content

Commit

Permalink
Added AIE flag to build XRT edge debian packages on ubuntu (#8642)
Browse files Browse the repository at this point in the history
Signed-off-by: Manoj Takasi <[email protected]>
Co-authored-by: Manoj Takasi <[email protected]>
  • Loading branch information
ManojTakasi and Manoj Takasi authored Dec 11, 2024
1 parent 07f11f2 commit 091c85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
override_dh_auto_configure:
set -ex; \
if [ "$$(dpkg-architecture -q DEB_TARGET_ARCH)" = arm64 ]; then \
XRT_NATIVE_BUILD=no DKMS_FLOW=yes XRT_AIE_BUILD=true CXXFLAGS="-DXRT_ENABLE_AIE -DFAL_LINUX=on" dh_auto_configure; \
XRT_NATIVE_BUILD=no DKMS_FLOW=yes CXXFLAGS="-DXRT_ENABLE_AIE -DFAL_LINUX=on" dh_auto_configure -- -DXRT_AIE_BUILD=ON; \
else \
dh_auto_configure; \
fi
Expand Down

0 comments on commit 091c85e

Please sign in to comment.