]> bbs.cooldavid.org Git - net-next-2.6.git/blame - Documentation/connector/Makefile
gianfar: fix signedness issue
[net-next-2.6.git] / Documentation / connector / Makefile
CommitLineData
3794f3e8
RD
1ifneq ($(CONFIG_CONNECTOR),)
2obj-m += cn_test.o
3endif
4
5# List of programs to build
6hostprogs-y := ucon
7
8# Tell kbuild to always build the programs
9always := $(hostprogs-y)
10
11HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
37cf2b8d
MF
12
13all: modules
14
15modules clean:
16 $(MAKE) -C ../.. SUBDIRS=$(PWD) $@