In order to avoid type conflicts make sure that ISR_HANDLED is defined. This makes the ISR the correct type. Make sure that the pointer for the unused argument for ISR is of the proper type (NULL). Change-Id: Ia1873f32d2e2174085f929e318a780a1b2574785 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
3 lines
98 B
Makefile
3 lines
98 B
Makefile
obj-$(CONFIG_RTC_QMSI) += rtc_qmsi.o
|
|
ccflags-$(CONFIG_RTC_QMSI) += -DENABLE_EXTERNAL_ISR_HANDLING
|