Changed makefile. Removed extra slash
This commit is contained in:
parent
eec7fcd8a8
commit
b533a683c3
|
@ -6,7 +6,7 @@ SUBTARGET = CB
|
||||||
|
|
||||||
### Code common for all ARM CPUs
|
### Code common for all ARM CPUs
|
||||||
|
|
||||||
CONTIKI_CPU_ARM=$(CONTIKI)/cpu/arm/
|
CONTIKI_CPU_ARM=$(CONTIKI)/cpu/arm
|
||||||
CONTIKI_CPU_ARM_COMMON=$(CONTIKI_CPU_ARM)/common
|
CONTIKI_CPU_ARM_COMMON=$(CONTIKI_CPU_ARM)/common
|
||||||
|
|
||||||
### Define the CPU directory
|
### Define the CPU directory
|
||||||
|
|
Loading…
Reference in a new issue