- -include ../../../Rules.make
- export PATH=/bin:/sbin:/usr/bin:$(SDK_PATH_TARGET)/usr/bin:$PATH
- all: Internal485ProtocolTaskLib PsuCommProtocolLib
-
- Internal485ProtocolTaskLib:
- rm -f libInternal485Protocol.a; $(CC) -static Internal485Protocol.c -lInternal485Protocol
-
- PsuCommProtocolLib:
- rm -f libPsuCommProtocol.a; $(CC) -static PsuCommProtocol.c -lPsuCommProtocol
|