astraceroute-libs = -lpthread ifeq ($(CONFIG_GEOIP), 1) astraceroute-libs += -lGeoIP \ -lz endif astraceroute-objs = xmalloc.o \ proto_none.o \ tprintf.o \ bpf.o \ str.o \ sig.o \ sock.o \ link.o \ dev.o \ ring.o \ astraceroute.o ifeq ($(CONFIG_GEOIP), 1) astraceroute-objs += geoip.o \ ioops.o endif astraceroute-eflags = astraceroute-confs = geoip.conf it://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe.montjoie@gmail.com>2016-12-16 14:43:39 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-18 15:55:47 -0800
commit65dadffddbe44a60f8be9e95f264949ba1e547e9 (patch)
treeb3cd0b923bd71d7bb8e90aa0693bb8f7372672c2 /drivers
parentf26e8817b235d8764363bffcc9cbfc61867371f2 (diff)
Input: joydev - remove unused linux/miscdevice.h include
This patch remove the inclusion of linux/miscdevice.h for joydev since it does not use miscdevice. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers')