Move files

This commit is contained in:
NIIBE Yutaka
2016-06-02 11:01:11 +09:00
parent a756987d2a
commit 78718e57df
9 changed files with 26 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ ifneq ($(USE_USB),)
CSRC += $(CHOPSTX)/mcu/usb-$(CHIP).c
endif
ifneq ($(USE_ADC),)
CSRC += $(CHOPSTX)/mcu/adc-$(CHIP).c
CSRC += $(CHOPSTX)/contrib/adc-$(CHIP).c
endif
INCDIR += $(CHOPSTX)