1# 2# Makefile for Unisys channel 3# 4 5obj-$(CONFIG_UNISYS_VISORNIC) += visornic.o 6 7visornic-y := visornic_main.o 8 9ccflags-y += -Idrivers/staging/unisys/include 10 11