Skip to content

Commit 8bef8ab

Browse files
committed
cpu/kinetis_common: add usb device driver
1 parent c774dc7 commit 8bef8ab

File tree

2 files changed

+532
-0
lines changed

2 files changed

+532
-0
lines changed

cpu/kinetis_common/Makefile.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export LINKFLAGS += -L$(RIOTCPU)/kinetis_common/ldscripts
66

77
# add the CPU specific code for the linker
88
export UNDEF += $(BINDIR)kinetis_common/fcfield.o
9+
export UNDEF += $(BINDIR)kinetis_common/usbdev_driver.o
910

1011
# Define a recipe to build the watchdog disable binary, used when flashing
1112
$(RIOTCPU)/kinetis_common/dist/wdog-disable.bin: $(RIOTCPU)/kinetis_common/dist/wdog-disable.s

0 commit comments

Comments
 (0)