f4b3e0c95d
SVN-Revision: 379
9 lines
165 B
Makefile
9 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
|