Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
# Makefile for PWM drivers
ccflags-y +=-I$(srctree)/drivers
ccflags-$(CONFIG_PWM_QMSI) += -I$(CONFIG_QMSI_INSTALL_PATH)/include

obj-$(CONFIG_PWM_PCA9685)	+= pwm_pca9685.o
obj-$(CONFIG_PWM_DW)		+= pwm_dw.o
obj-$(CONFIG_PWM_QMSI)		+= pwm_qmsi.o
obj-$(CONFIG_PWM_K64_FTM)	+= pwm_k64_ftm.o