5 lines
114 B
Makefile
5 lines
114 B
Makefile
|
obj-$(CONFIG_IEEE802154) += af_802154.o
|
||
|
af_802154-y := af_ieee802154.o raw.o dgram.o
|
||
|
|
||
|
ccflags-y += -Wall -DDEBUG
|