staging: unisys: remove unused macros
[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 controlvm_direct.o file.o \
8 parser.o
9
10 ccflags-y += -Idrivers/staging/unisys/include
11 ccflags-y += -Idrivers/staging/unisys/uislib
12 ccflags-y += -Idrivers/staging/unisys/visorchannel
13 ccflags-y += -Idrivers/staging/unisys/common-spar/include
14 ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
15 ccflags-y += -Idrivers/staging/unisys/visorutil
16 ccflags-y += -Iinclude/generated
This page took 0.039187 seconds and 5 git commands to generate.