]> Git Repo - linux.git/blob - drivers/staging/unisys/channels/Makefile
selinux: Remove security_ops extern
[linux.git] / drivers / staging / unisys / channels / Makefile
1 #
2 # Makefile for Unisys channelstub
3 #
4
5 obj-$(CONFIG_UNISYS_CHANNELSTUB)        += visorchannelstub.o
6
7 visorchannelstub-y := channel.o chanstub.o
8
9 ccflags-y += -Idrivers/staging/unisys/include
10 ccflags-y += -Idrivers/staging/unisys/common-spar/include
11 ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
12 ccflags-y += -DCONFIG_SPAR_GUEST -DGUESTDRIVERBUILD -DNOAUTOVERSION
13
This page took 0.035171 seconds and 4 git commands to generate.