#
# Makefile for the kernel hostusb module.
#
# Maintain by cheng tsair-jinn <jinncheng@skymedi.com.tw>
#
# Note: This Makefile has been simplified as much as possible, by putting all
# generic material, independent of this specific directory, into
# ../Rules.make. Read that file for details


ifeq ($(CONFIG_SKY_HOSTUSB),y)
obj-$(CONFIG_SKY_HOSTUSB) += hostusb_core.o hostusb_protocol.o hostusb_control.o hostusb_bulk.o
O_TARGET	:= hostusb.o
endif

include $(TOPDIR)/Rules.make
