Makefile 407 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#
# Makefile for misc devices that really don't fit anywhere else.
#
obj- := misc.o	# Dummy rule to force built-in.o to be made

6
obj-$(CONFIG_IBM_ASM)		+= ibmasm/
L
Linus Torvalds 已提交
7
obj-$(CONFIG_HDPU_FEATURES)	+= hdpuftrs/
8
obj-$(CONFIG_MSI_LAPTOP)     += msi-laptop.o
9
obj-$(CONFIG_LKDTM)		+= lkdtm.o
10 11
obj-$(CONFIG_TIFM_CORE)       	+= tifm_core.o
obj-$(CONFIG_TIFM_7XX1)       	+= tifm_7xx1.o
12
obj-$(CONFIG_SGI_IOC4)		+= ioc4.o