Merge pull request #53 from arngrimur/master
Extra slash in path in makefile
This commit is contained in:
commit
4c95be44ac
1 changed files with 1 additions and 1 deletions
|
@ -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