Makefile (f9565129993446e16678cfc4d9c7f3b7e75eecbd) | Makefile (8c4c731a89ea6458001f48033f8988447736fb38) |
---|---|
1# 2# Makefile for misc devices that really don't fit anywhere else. 3# 4obj- := misc.o # Dummy rule to force built-in.o to be made 5 6obj-$(CONFIG_IBM_ASM) += ibmasm/ 7obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ | 1# 2# Makefile for misc devices that really don't fit anywhere else. 3# 4obj- := misc.o # Dummy rule to force built-in.o to be made 5 6obj-$(CONFIG_IBM_ASM) += ibmasm/ 7obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ |
8obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o |
|
8obj-$(CONFIG_LKDTM) += lkdtm.o 9obj-$(CONFIG_TIFM_CORE) += tifm_core.o 10obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o | 9obj-$(CONFIG_LKDTM) += lkdtm.o 10obj-$(CONFIG_TIFM_CORE) += tifm_core.o 11obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o |