Jerome Forissier | 53bde72 | 2018-05-31 09:14:54 +0200 | [diff] [blame] | 1 | include $(TA_DEV_KIT_DIR)/mk/conf.mk |
| 2 | |
Jens Wiklander | 6203b87 | 2016-12-08 19:18:29 +0100 | [diff] [blame] | 3 | BINARY = 5b9e0e40-2636-11e1-ad9e-0002a5d5c51b |
Jerome Forissier | 53bde72 | 2018-05-31 09:14:54 +0200 | [diff] [blame] | 4 | |
Jerome Forissier | 53bde72 | 2018-05-31 09:14:54 +0200 | [diff] [blame] | 5 | # Hack: to locate the os_test library, we assume that its output path |
| 6 | # follows the same scheme as the output path of the os_test application. |
| 7 | # Therefore, simply replacing os_test by os_test_lib in the absolute path |
| 8 | # should get us a valid path |
| 9 | LDADD = -L$(subst os_test,os_test_lib,$(abspath $(link-out-dir))) -los_test |
Jerome Forissier | 53bde72 | 2018-05-31 09:14:54 +0200 | [diff] [blame] | 10 | |
Jerome Forissier | a9ab5d0 | 2019-03-17 21:14:06 +0100 | [diff] [blame] | 11 | LDADD += -ldl |
| 12 | |
Pascal Brand | c639ac8 | 2015-07-02 08:53:34 +0200 | [diff] [blame] | 13 | include ../ta_common.mk |