#
# Makefile for the remote control drivers
#

# Each configuration option enables a list of files.

obj-$(CONFIG_NEW_AM_IR_TX)	+= irblaster.o
obj-$(CONFIG_NEW_AM_REMOTE)		+= remote.o
remote-objs := remote_main.o remote_func.o
