File: rules

package info (click to toggle)
optee-test 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,728 kB
  • sloc: ansic: 79,963; makefile: 352; python: 179; cpp: 115; asm: 41; sh: 23
file content (18 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export TA_DEV_KIT_DIR = /usr/lib/optee-os-dev/vexpress-qemu_armv8a/
export OPTEE_CLIENT_EXPORT = /usr
export V = 1
export CROSS_COMPILE = $(DEB_HOST_GNU_TYPE)-

# Use the system openssl instead of the embedded one
export OPTEE_OPENSSL_EXPORT=/usr/include/

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CFLAGS_MAINT_APPEND = -Wno-format-truncation

export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1

%:
	dh $@