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 | |||||
6 | obj-$(CONFIG_IBM_ASM) += ibmasm/ | ||||
7 | obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ |