Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 73955bd977c8cfe79d910bbc0422005f > files > 708

kernel-doc-3.14.27-1.mga4.noarch.rpm

ifneq ($(CONFIG_CONNECTOR),)
obj-m += cn_test.o
endif

# List of programs to build
hostprogs-y := ucon

# Tell kbuild to always build the programs
always := $(hostprogs-y)

HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include

all: modules

modules clean:
	$(MAKE) -C ../.. SUBDIRS=$(PWD) $@