mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* msba2_tools: create bin dir if needed
This commit is contained in:
parent
d6245a50ee
commit
97e876c6a7
@ -12,9 +12,11 @@ PSEUDOTERM_OBJS = ${addprefix obj/,${patsubst %.c,%.o,$(PSEUDOTERM_SRC)}}
|
||||
TARGETDIR = bin
|
||||
|
||||
lpc2k_pgm: $(OBJS)
|
||||
mkdir -p $(TARGETDIR)
|
||||
$(CC) -o $(TARGETDIR)/lpc2k_pgm $(OBJS)
|
||||
|
||||
pseudoterm: $(PSEUDOTERM_OBJS)
|
||||
mkdir -p $(TARGETDIR)
|
||||
$(CC) -lpthread -o $(TARGETDIR)/pseudoterm $(PSEUDOTERM_OBJS)
|
||||
|
||||
chipinfo.o: boot_2xxx.h boot_23xx.h
|
||||
|
Loading…
Reference in New Issue
Block a user