File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ SEGMENTS= -j .text -j .data -j .rodata
9
9
LDFLAGS+ = -T linker.ld -N
10
10
LDFLAGS+ = -L$(MMDIR ) /software/libbase -L$(MMDIR ) /software/libmath -L$(MMDIR ) /software/libnet -L$(MMDIR ) /software/libhal
11
11
LDLIBS = -lbase -lmath -lnet -lhal
12
- LIBS =$(MMDIR ) /software/libhpdmc/libhpdmc .a $(MMDIR ) /software/libbase/libbase .a \
13
- $(MMDIR ) /software/libhal/libhal .a $(MMDIR ) /software/libnet/libnet .a
12
+ LIBS =$(MMDIR ) /software/libbase/libbase .a $(MMDIR ) /software/libmath/libmath .a \
13
+ $(MMDIR ) /software/libnet/libnet .a $(MMDIR ) /software/libhal/libhal .a
14
14
15
15
CFLAGS+ = -DVERSION='"$(GIT_VERSION )$(GIT_STATUS ) "'
16
16
@@ -34,9 +34,6 @@ load: boot.bin
34
34
make -C $(MMDIR ) /tools/
35
35
$(MMDIR ) /tools/flterm --port /dev/ttyUSB0 --kernel boot.bin
36
36
37
- $(MMDIR ) /software/libhpdmc/libhpdmc.a :
38
- make -C $(MMDIR ) /software/libhpdmc/
39
-
40
37
$(MMDIR ) /software/libbase/libbase.a :
41
38
make -C $(MMDIR ) /software/libbase/
42
39
@@ -46,6 +43,9 @@ $(MMDIR)/software/libhal/libhal.a:
46
43
$(MMDIR ) /software/libnet/libnet.a :
47
44
make -C $(MMDIR ) /software/libnet/
48
45
46
+ $(MMDIR ) /software/libmath/libmath.a :
47
+ make -C $(MMDIR ) /software/libmath/
48
+
49
49
.PHONY : clean depend load boot.crc.bin $(LIBS )
50
50
51
51
boot.crc.bin : boot.bin
You can’t perform that action at this time.
0 commit comments