Commit 58e67b61 authored by li hongming's avatar li hongming

Merge remote-tracking branch 'ohwr/proposed_master' into cute-core-demo-golden

parents c47ddd2a d64e82f6
......@@ -225,10 +225,10 @@ distclean: clean
${CC} $(CFLAGS) $(PTPD_CFLAGS) $(INCLUDE_DIR) $(LIB_DIR) -c $*.c -o $@
liblinux:
$(MAKE) -C liblinux
$(MAKE) -C liblinux CC=cc
extest:
$(MAKE) -C liblinux/extest
$(MAKE) -C liblinux/extest CC=cc
tools: .config gitmodules liblinux extest
$(MAKE) -C tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment