diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-07-05 19:37:41 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-07-05 19:37:41 +0900 |
commit | 478dd2c78467bf5a2134867c55b33fca330f1644 (patch) | |
tree | 1bafe3ce563197b3a4bec182c0233c3ba04f5a4f /example-cdc-gnu-linux | |
parent | 6f7a5914179e61d0b915de84d41634963afbe4a0 (diff) |
Add example-fraucheky.
Diffstat (limited to 'example-cdc-gnu-linux')
-rw-r--r-- | example-cdc-gnu-linux/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/example-cdc-gnu-linux/Makefile b/example-cdc-gnu-linux/Makefile index 02d68b2..9fbb2fe 100644 --- a/example-cdc-gnu-linux/Makefile +++ b/example-cdc-gnu-linux/Makefile @@ -5,17 +5,17 @@ PROJECT = sample ### This is for GNU/Linux CHOPSTX = .. -LDSCRIPT= +LDSCRIPT= CSRC = sample.c usb-cdc.c CHIP=gnu-linux # USE_SYS = yes -USE_SYS = +USE_SYS = USE_USB = yes EMULATION=yes ################################### -CROSS = +CROSS = CC = $(CROSS)gcc LD = $(CROSS)gcc OBJCOPY = $(CROSS)objcopy @@ -34,4 +34,3 @@ board.h: @exit 1 distclean: clean - rm -f board.h |