diff options
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile new file mode 100644 index 00000000000..19c2b85249c --- /dev/null +++ b/drivers/misc/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for misc devices that really don't fit anywhere else. +# +obj- := misc.o # Dummy rule to force built-in.o to be made + +obj-$(CONFIG_IBM_ASM) += ibmasm/ +obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ |