Travis Geiselbrecht | 6837223 | 2009-01-24 21:21:08 -0800 | [diff] [blame] | 1 | LOCAL_DIR := $(GET_LOCAL_DIR) |
2 | |||||
Kinson Chik | 2cd211f | 2011-07-27 19:27:35 -0700 | [diff] [blame] | 3 | MODULES += \ |
4 | lib/openssl | ||||
5 | |||||
Channagoud Kadabi | 736c496 | 2015-08-21 11:56:52 -0700 | [diff] [blame] | 6 | ifeq ($(ENABLE_UNITTEST_FW), 1) |
7 | MODULES += \ | ||||
8 | app/tests | ||||
9 | endif | ||||
10 | |||||
Travis Geiselbrecht | 6837223 | 2009-01-24 21:21:08 -0800 | [diff] [blame] | 11 | OBJS += \ |
12 | $(LOCAL_DIR)/app.o | ||||
13 |