Makefile 657 B

123456789101112
  1. KBUILD_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-frame-larger-than= -Wno-vla -Wno-uninitialized
  2. obj-$(CONFIG_SENSORS_FLICKER_SELF_TEST) += flicker_test.o
  3. KBUILD_CFLAGS += -Wno-unused-variable -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-frame-larger-than= -Wno-vla -Wno-uninitialized -Wno-incompatible-function-pointer-types
  4. stk-src += stk6d2x.c stk6d2x_fifo.c stk6d2x_sec.c common_i2c.c common_timer.c common_gpio_sec.c
  5. flicker_sensor-y := $(stk-src:.c=.o)
  6. flicker_sensor-$(CONFIG_FLICKER_PWM_CALIBRATION) += stk6d2x_cal.o
  7. obj-$(CONFIG_SENSORS_STK6D2X) += flicker_sensor.o