6e44d49458f5fd8d3146bd6b5b755f3884fb9284
[deliverable/linux.git] / drivers / staging / unisys / uislib / Makefile
1 #
2 # Makefile for Unisys uislib
3 #
4
5 obj-$(CONFIG_UNISYS_UISLIB) += visoruislib.o
6
7 visoruislib-y := uislib.o uisqueue.o uisthread.o uisutils.o
8
9 ccflags-y += -Idrivers/staging/unisys/include
10 ccflags-y += -Idrivers/staging/unisys/channels
11 ccflags-y += -Idrivers/staging/unisys/visorchipset
12 ccflags-y += -Idrivers/staging/unisys/sparstopdriver
13 ccflags-y += -Idrivers/staging/unisys/common-spar/include
14 ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
15
16 ccflags-y += -DCONFIG_SPAR_GUEST -DGUESTDRIVERBUILD -DNOAUTOVERSION
17
This page took 0.030261 seconds and 4 git commands to generate.