support for the asus wl-500g deluxe and the buffalo v2 units. dnsmasq update, control...
[openwrt.git] / openwrt / package / linux / kernel-source / drivers / net / diag / Makefile
1 O_TARGET := diag.o
2
3 MAC_OBJS := diag_led.o
4
5 export-objs :=
6 obj-y := $(MAC_OBJS)
7 obj-m := $(O_TARGET)
8
9 include $(TOPDIR)/Rules.make
This page took 0.037112 seconds and 5 git commands to generate.