mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:06:15 +02:00
106223e27e
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5431 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
204 B
Makefile
16 lines
204 B
Makefile
# $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)
|