X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/35fc833d4bed8e3b7b48ce99d3152f808043afc4..df14a3269c98f6d1c2f6fd848588d0fe409ff688:/package/broadcom-wl/src/glue/Makefile?ds=sidebyside diff --git a/package/broadcom-wl/src/glue/Makefile b/package/broadcom-wl/src/glue/Makefile new file mode 100644 index 000000000..81f0c8acf --- /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 +