Skip to content
Snippets Groups Projects
Commit 20ceda84 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

debian/rules: drop unused COMPILE* variables

parent 203988d8
No related branches found
No related tags found
2 merge requests!8Backport v2024 <- v2025: Release optee-os version 4.0.0-0+apertis1,!7New upstream version 4.0.0
#!/usr/bin/make -f
export COMPILE = aarch64-linux-gnu-
export PLATFORM = k3-am62x
export CFG_ARM64_core = y
......@@ -17,6 +15,5 @@ export CFG_USER_TA_TARGETS = ta_arm64
override_dh_auto_build:
make \
CROSS_COMPILE=${COMPILE32} \
PLATFORM=${PLATFORM} \
CFG_ARM64_core=${CFG_ARM64_core}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment