Files
linux-apfs/drivers/misc/Makefile
T

11 lines
328 B
Makefile
Raw Normal View History

2005-04-16 15:20:36 -07:00
#
# Makefile for misc devices that really don't fit anywhere else.
#
obj- := misc.o # Dummy rule to force built-in.o to be made
2006-10-02 02:17:36 -07:00
obj-$(CONFIG_IBM_ASM) += ibmasm/
2005-04-16 15:20:36 -07:00
obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
2006-10-02 02:17:36 -07:00
obj-$(CONFIG_LKDTM) += lkdtm.o
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o