1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/sys/usb/usbus/Makefile
2019-06-14 16:00:05 +02:00

8 lines
144 B
Makefile

SRCS := usbus.c
SRCS += usbus_hdrs.c
ifneq (,$(filter usbus_cdc_ecm,$(USEMODULE)))
DIRS += cdc/ecm
endif
include $(RIOTBASE)/Makefile.base