X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbroadcom-wl%2Fsrc%2Fglue%2FMakefile;fp=package%2Fbroadcom-wl%2Fsrc%2Fglue%2FMakefile;h=81f0c8acfdf0c63da7180e858cbacc7517d6161b;hp=0000000000000000000000000000000000000000;hb=8a9ab6193245e511313243ff7fb88760d47ecaeb;hpb=974de60265838b024065e790a76d3e43f47eedf8 diff --git a/package/broadcom-wl/src/glue/Makefile b/package/broadcom-wl/src/glue/Makefile new file mode 100644 index 0000000000..81f0c8acfd --- /dev/null +++ b/package/broadcom-wl/src/glue/Makefile @@ -0,0 +1,17 @@ +# +# Makefile for wl_glue driver +# +# Copyright (C) 2011 Jo-Philipp Wich +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version +# 2 of the License, or (at your option) any later version. +# + +obj-m := wl_glue.o + +ifeq ($(MAKING_MODULES),1) +-include $(TOPDIR)/Rules.make +endif +