aboutsummaryrefslogtreecommitdiff
path: root/example-cdc-gnu-linux
diff options
context:
space:
mode:
Diffstat (limited to 'example-cdc-gnu-linux')
-rw-r--r--example-cdc-gnu-linux/Makefile7
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