luckfox-pico-sdk/sysdrv/drv_ko/wifi/ssv6x5x/utils/smartlink/smarticomm/Makefile.smarticomm
2023-08-08 20:36:47 +08:00

8 lines
236 B
Makefile

include ../config.mk
all:
$(CC) -o $(TARGET) smarticomm.c ../$(LIB_DIR)/$(LIB_NAME) -I../$(LIB_DIR)/
$(CC) -static -o $(TARGET) smarticomm.c ../$(LIB_DIR)/$(LIB_NAME) -I../$(LIB_DIR)/
clean:
$(RM) -f *.o $(TARGET) $(TARGET)-static