* better
[mascara-docs.git] / i386 / linux-2.3.21 / drivers / misc / Makefile
blob6183d1231e75aacd95e990915e15f4352214fb1a
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
9 # parent makes..
12 SUB_DIRS :=
13 MOD_SUB_DIRS := $(SUB_DIRS)
14 ALL_SUB_DIRS := $(SUB_DIRS)
16 O_TARGET := misc.o
17 M_OBJS :=
18 O_OBJS :=
19 OX_OBJS :=
21 ifeq ($(CONFIG_ACPI),y)
22 O_OBJS += acpi.o
23 else
24 ifeq ($(CONFIG_ACPI),m)
25 M_OBJS += acpi.o
26 endif
27 endif
29 include $(TOPDIR)/Rules.make
31 fastdep: