Googler | 298baf2 | 2022-08-01 19:58:45 -0700 | [diff] [blame^] | 1 | LOC_DIR=src/adpt/sfp |
2 | LIB=ADPT | ||||
3 | |||||
4 | include $(PRJ_PATH)/make/config.mk | ||||
5 | |||||
6 | SRC_LIST= | ||||
7 | |||||
8 | ifeq (TRUE, $(IN_SFP)) | ||||
9 | SRC_LIST += adpt_sfp.c | ||||
10 | endif | ||||
11 | |||||
12 | include $(PRJ_PATH)/make/components.mk | ||||
13 | include $(PRJ_PATH)/make/defs.mk | ||||
14 | include $(PRJ_PATH)/make/target.mk | ||||
15 | |||||
16 | all: dep obj |