mfd: Copy the device pointer to the twl4030-madc structure
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / Documentation / connector / Makefile
blobd98e4df98e249762394ee6be0833de4b6c5ad87f
1 ifneq ($(CONFIG_CONNECTOR),)
2 obj-m += cn_test.o
3 endif
5 # List of programs to build
6 hostprogs-y := ucon
8 # Tell kbuild to always build the programs
9 always := $(hostprogs-y)
11 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
13 all: modules
15 modules clean:
16 $(MAKE) -C ../.. SUBDIRS=$(PWD) $@