S3C: Backported the s3c2410 touchscreen from openmoko
[linux-2.6/mini2440.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) $@