mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 01:11:21 +01:00
+ jam tutorial \n
This commit is contained in:
parent
b2e1098aad
commit
c0aae0af59
@ -17,7 +17,7 @@ lpc2k_pgm: $(OBJS)
|
||||
|
||||
pseudoterm: $(PSEUDOTERM_OBJS)
|
||||
mkdir -p $(TARGETDIR)
|
||||
$(CC) -lpthread -o $(TARGETDIR)/pseudoterm $(PSEUDOTERM_OBJS)
|
||||
$(CC) -o $(TARGETDIR)/pseudoterm $(PSEUDOTERM_OBJS) -lpthread
|
||||
|
||||
chipinfo.o: boot_2xxx.h boot_23xx.h
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
obj/boot_23xx.d obj/boot_23xx.o: src/boot_23xx.c src/boot_23xx.h
|
||||
obj/boot_23xx.d: src/boot_23xx.c src/boot_23xx.h
|
||||
|
||||
src/boot_23xx.h:
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
obj/boot_2xxx.d obj/boot_2xxx.o: src/boot_2xxx.c src/boot_2xxx.h
|
||||
obj/boot_2xxx.d: src/boot_2xxx.c src/boot_2xxx.h
|
||||
|
||||
src/boot_2xxx.h:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
obj/chipinfo.d obj/chipinfo.o: src/chipinfo.c src/chipinfo.h \
|
||||
src/boot_2xxx.h src/boot_23xx.h
|
||||
obj/chipinfo.d: src/chipinfo.c src/chipinfo.h src/boot_2xxx.h \
|
||||
src/boot_23xx.h
|
||||
|
||||
src/chipinfo.h:
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
obj/control_2xxx.d obj/control_2xxx.o: src/control_2xxx.c \
|
||||
src/control_2xxx.h src/serial.h
|
||||
obj/control_2xxx.d: src/control_2xxx.c src/control_2xxx.h src/serial.h
|
||||
|
||||
src/control_2xxx.h:
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
obj/download.d obj/download.o: src/download.c src/lpc2k_pgm.h \
|
||||
src/download.h src/serial.h src/ihex.h src/uuencode.h src/chipinfo.h \
|
||||
src/boot.h src/control_2xxx.h
|
||||
obj/download.d: src/download.c src/lpc2k_pgm.h src/download.h \
|
||||
src/serial.h src/ihex.h src/uuencode.h src/chipinfo.h src/boot.h \
|
||||
src/control_2xxx.h
|
||||
|
||||
src/lpc2k_pgm.h:
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
obj/ihex.d obj/ihex.o: src/ihex.c src/ihex.h
|
||||
obj/ihex.d: src/ihex.c src/ihex.h
|
||||
|
||||
src/ihex.h:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
obj/lpc2k_pgm.d obj/lpc2k_pgm.o: src/lpc2k_pgm.c src/lpc2k_pgm.h \
|
||||
src/serial.h src/download.h
|
||||
obj/lpc2k_pgm.d: src/lpc2k_pgm.c src/lpc2k_pgm.h src/serial.h \
|
||||
src/download.h
|
||||
|
||||
src/lpc2k_pgm.h:
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
obj/pseudoterm.d obj/pseudoterm.o: src/pseudoterm.c src/serial.h \
|
||||
src/download.h
|
||||
obj/pseudoterm.d: src/pseudoterm.c src/serial.h src/download.h
|
||||
|
||||
src/serial.h:
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
obj/serial.d obj/serial.o: src/serial.c src/serial.h
|
||||
obj/serial.d: src/serial.c src/serial.h
|
||||
|
||||
src/serial.h:
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
obj/uuencode.d obj/uuencode.o: src/uuencode.c src/uuencode.h
|
||||
obj/uuencode.d: src/uuencode.c src/uuencode.h
|
||||
|
||||
src/uuencode.h:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user