1# 2# Makefile for Unisys channelstub 3# 4 5obj-$(CONFIG_UNISYS_CHANNELSTUB) += visorchannelstub.o 6 7visorchannelstub-y := channel.o chanstub.o 8 9ccflags-y += -Idrivers/staging/unisys/include 10ccflags-y += -Idrivers/staging/unisys/common-spar/include 11ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels 12