X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4df90b50819f595145d956e7e148aeff3342d14c..41ca1e6a0951a8d2a0491b5c5c17456dea596c26:/package/broadcom-diag/src/Makefile diff --git a/package/broadcom-diag/src/Makefile b/package/broadcom-diag/src/Makefile new file mode 100644 index 000000000..a43f5f304 --- /dev/null +++ b/package/broadcom-diag/src/Makefile @@ -0,0 +1,18 @@ +# $Id$ +# +# Makefile for diag driver +# +# Copyright (C) 2005 Felix Fietkau +# +# 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 := diag.o + +ifeq ($(MAKING_MODULES),1) + +-include $(TOPDIR)/Rules.make +endif