blob: 5b57367e28db9b848de3e54c32830faa62793924 [file] [log] [blame]
David Woodhousefadcfa32006-09-19 12:43:58 +01001header-y += byteorder/
Oliver Hartkopp1f98eef2007-12-27 16:51:46 -08002header-y += can/
sjur.brandeland@stericsson.com52fe7c92011-01-29 13:10:37 +00003header-y += caif/
David Woodhousefadcfa32006-09-19 12:43:58 +01004header-y += dvb/
5header-y += hdlc/
Andras Domokosf9e40202010-04-21 12:04:21 +03006header-y += hsi/
David Woodhousefadcfa32006-09-19 12:43:58 +01007header-y += isdn/
John Calixtocb87ea22011-04-26 18:56:29 -04008header-y += mmc/
David Woodhousefadcfa32006-09-19 12:43:58 +01009header-y += nfsd/
10header-y += raid/
Andrea Paterniani814a8d52007-05-08 00:32:15 -070011header-y += spi/
David Woodhousefadcfa32006-09-19 12:43:58 +010012header-y += sunrpc/
13header-y += tc_act/
Stephen Hemminger36d98d32007-08-22 12:36:01 -070014header-y += tc_ematch/
David Woodhousefadcfa32006-09-19 12:43:58 +010015header-y += netfilter/
16header-y += netfilter_arp/
17header-y += netfilter_bridge/
18header-y += netfilter_ipv4/
19header-y += netfilter_ipv6/
David Brownell5f848132006-12-16 15:34:53 -080020header-y += usb/
Sam Ravnborg60641aa2010-08-14 10:15:12 +020021header-y += wimax/
David Woodhouse85552552006-06-18 12:14:01 +010022
Sam Ravnborg60641aa2010-08-14 10:15:12 +020023ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
David Howellsf3dfd592012-10-04 18:16:47 +010024 $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
Sam Ravnborg60641aa2010-08-14 10:15:12 +020025endif
26ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
David Howellsf3dfd592012-10-04 18:16:47 +010027 $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
Sam Ravnborg60641aa2010-08-14 10:15:12 +020028endif
29ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \
David Howellsf3dfd592012-10-04 18:16:47 +010030 $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
Sam Ravnborg60641aa2010-08-14 10:15:12 +020031endif