You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ccflags-y += -I$(SDK_DIR)/source/apps/include/cmdline
|
|
|
|
ifdef CFG_SOCT_POWER_SUPPORT
|
|
ifneq (,$(wildcard $(SDK_DIR)/source/drivers/power/Makefile))
|
|
ccflags-y += -DCONFIG_SOCT_POWER_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
obj-y += cmdline.o
|