forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Makefile: add more dependencies to pointer.h
 
Upstream-Status: Inappropriate [no upstream]
 
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/Makefile b/Makefile
index 915866d..edd9ea2 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ emfloat.o: emfloat.h emfloat.c nmglobal.h pointer.h Makefile
 pointer.h: Makefile
     touch pointer.h ;
 
-misc.o: misc.h misc.c Makefile
+misc.o: misc.h misc.c nmglobal.h pointer.h Makefile
     $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\
         -c misc.c