Skip to content

Commit

Permalink
fixup! drivers/kw2xrf: add IEEE 802.15.4 Radio HAL support
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Jul 29, 2022
1 parent c800fd0 commit dc15c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/kw2xrf/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUBMODULES := 1

SRC := kw2xrf.c kw2xrf_getset.c kw2xrf_intern.c kw2xrf_netdev.c kw2xrf_spi.c
SRC := kw2xrf.c kw2xrf_getset.c kw2xrf_intern.c kw2xrf_radio_hal.c kw2xrf_spi.c

include $(RIOTBASE)/Makefile.base

0 comments on commit dc15c18

Please sign in to comment.