1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-26 08:08:36 +02:00
openwrt-xburst/package/ubsec_ssb/src/Makefile
florian baca37d95e Add ubsec ssb from Daniel Mueller <daniel@danm.de> (#2417)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-15 17:12:30 +00:00

21 lines
444 B
Makefile

# $Id$
#
# Makefile for b5365ips driver
#
# Copyright (C) 2007 Daniel Mueller <daniel@danm.de>
#
# 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 := ubsec_ssb.o
obj ?= .
ifeq ($(MAKING_MODULES),1)
-include $(TOPDIR)/Rules.make
endif