Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for misc devices that really don't fit anywhere else. | ||||
3 | # | ||||
4 | obj- := misc.o # Dummy rule to force built-in.o to be made | ||||
5 | |||||
Ankita Garg | 8bb31b9 | 2006-10-02 02:17:36 -0700 | [diff] [blame^] | 6 | obj-$(CONFIG_IBM_ASM) += ibmasm/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ |
Ankita Garg | 8bb31b9 | 2006-10-02 02:17:36 -0700 | [diff] [blame^] | 8 | obj-$(CONFIG_LKDTM) += lkdtm.o |