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
|