diff options
Diffstat (limited to 'example-cdc/Makefile')
-rw-r--r-- | example-cdc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/example-cdc/Makefile b/example-cdc/Makefile index b6c4c76..2e6e667 100644 --- a/example-cdc/Makefile +++ b/example-cdc/Makefile @@ -4,7 +4,12 @@ PROJECT = sample CHOPSTX = .. LDSCRIPT= sample.ld -CSRC = sys.c aes-constant-ft.c sample.c usb-cdc.c usb_stm32f103.c +CSRC = sample.c usb-cdc.c + +CHIP=stm32f103 + +USE_SYS = yes +USE_USB = yes ################################### CROSS = arm-none-eabi- |