diff options
Diffstat (limited to 'example-fs-bb48/Makefile')
-rw-r--r-- | example-fs-bb48/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/example-fs-bb48/Makefile b/example-fs-bb48/Makefile index 52782cc..06a68bd 100644 --- a/example-fs-bb48/Makefile +++ b/example-fs-bb48/Makefile @@ -6,7 +6,12 @@ PROJECT = sample CHOPSTX = .. LDSCRIPT= sample.ld -CSRC = sample.c sys.c usb_kl27z.c usb-cdc.c adc_kl27z.c command.c +CSRC = sample.c usb-cdc.c command.c +CHIP=mkl27z + +USE_SYS = yes +USE_USB = yes +USE_ADC = yes ################################### CROSS = arm-none-eabi- |