# SPDX-License-Identifier: GPL-2.0-only

ccflags-y += -DVERSION=v0.11-pre-50-ge7d3273

obj-$(CONFIG_HID_XPADNEO) += hid-xpadneo.o

hid-xpadneo-y := \
	consumer.o \
	core.o \
	debug.o \
	device.o \
	events.o \
	keyboard.o \
	mappings.o \
	mouse.o \
	power.o \
	quirks.o \
	rumble.o \
	synthetic.o
