2005-04-17 06:20:36 +08: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 17:17:36 +08:00
|
|
|
obj-$(CONFIG_IBM_ASM) += ibmasm/
|
2005-04-17 06:20:36 +08:00
|
|
|
obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
|
2006-10-02 17:17:36 +08:00
|
|
|
obj-$(CONFIG_LKDTM) += lkdtm.o
|