staging: unisys: remove file.c and pass functionality to visorchipset
[deliverable/linux.git] / drivers / staging / unisys / visorchipset / Makefile
1 #
2 # Makefile for Unisys visorchipset
3 #
4
5 obj-$(CONFIG_UNISYS_VISORCHIPSET) += visorchipset.o
6
7 visorchipset-y := visorchipset_main.o parser.o
8
9 ccflags-y += -Idrivers/staging/unisys/include
10 ccflags-y += -Idrivers/staging/unisys/uislib
11 ccflags-y += -Idrivers/staging/unisys/common-spar/include
12 ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
13 ccflags-y += -Idrivers/staging/unisys/visorutil
14 ccflags-y += -Idrivers/staging/unisys/visorbus
15 ccflags-y += -Iinclude/generated
This page took 0.029366 seconds and 5 git commands to generate.