powerpc/oops: Fix missing pr_cont()s in show_stack()
[linux/fpc-iii.git] / samples / connector / Makefile
blob04b9622b6f515082a15f021a41e71b9223e14bae
1 obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o
3 # List of programs to build
4 ifdef CONFIG_SAMPLE_CONNECTOR
5 hostprogs-y := ucon
6 endif
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) $@