blob: 0f2e8ff81107f8929b034c6ae735d2d67b6018bd [file] [log] [blame]
Jerome Forissier53bde722018-05-31 09:14:54 +02001include $(TA_DEV_KIT_DIR)/mk/conf.mk
2
Jens Wiklander6203b872016-12-08 19:18:29 +01003BINARY = 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b
Jerome Forissier53bde722018-05-31 09:14:54 +02004
5ifeq ($(CFG_TA_DYNLINK),y)
6# Hack: to locate the os_test library, we assume that its output path
7# follows the same scheme as the output path of the os_test application.
8# Therefore, simply replacing os_test by os_test_lib in the absolute path
9# should get us a valid path
10LDADD = -L$(subst os_test,os_test_lib,$(abspath $(link-out-dir))) -los_test
11endif
12
Pascal Brandc639ac82015-07-02 08:53:34 +020013include ../ta_common.mk