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.
14 lines
399 B
14 lines
399 B
ccflags-y += -I$(SDK_DIR)/source/drivers/include/generic \
|
|
-I$(SDK_DIR)/source/drivers/include/common \
|
|
-I$(SDK_DIR)/source/drivers/include/flash \
|
|
-I$(SDK_DIR)/source/drivers/include/pwm \
|
|
-I$(SDK_DIR)/source/drivers/common
|
|
|
|
ccflags-$(CFG_SOCT_BOOT_LOG_SUPPORT) += -DEXT_BOOT_LOG_SUPPORT
|
|
|
|
obj-y += drv_pwm.o \
|
|
drv_pwm_cmd_test.o \
|
|
pwm_v1.o \
|
|
pwm_v2.o \
|
|
pwm_v3.o \
|
|
pwm_common.o
|