mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 07:49:43 +02:00
10 lines
165 B
Makefile
10 lines
165 B
Makefile
|
O_TARGET := diag.o
|
||
|
|
||
|
MAC_OBJS := diag_led.o
|
||
|
|
||
|
export-objs :=
|
||
|
obj-y := $(MAC_OBJS)
|
||
|
obj-m := $(O_TARGET)
|
||
|
|
||
|
include $(TOPDIR)/Rules.make
|