mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add nozomi driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5431 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
15
package/nozomi/files/Makefile
Normal file
15
package/nozomi/files/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# $Id$
|
||||
|
||||
O_TARGET := noz.o
|
||||
|
||||
export-objs := nozomi.o kfifo.o
|
||||
|
||||
list-multi := noz.o
|
||||
noz-objs := nozomi.o kfifo.o
|
||||
|
||||
obj-m := noz.o
|
||||
|
||||
include $(TOPDIR)/Rules.make
|
||||
|
||||
noz.o: $(noz-objs)
|
||||
$(LD) -r -o $@ $(noz-objs)
|
||||
Reference in New Issue
Block a user