2 # Makefile for misc devices that really don't fit anywhere else.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definitions are now inherited from the
13 MOD_SUB_DIRS
:= $(SUB_DIRS
)
14 ALL_SUB_DIRS
:= $(SUB_DIRS
)
21 ifeq ($(CONFIG_ACPI
),y
)
24 ifeq ($(CONFIG_ACPI
),m
)
29 include $(TOPDIR
)/Rules.make