1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-05 07:42:49 +02:00
openwrt-xburst/toolchain/uClibc/Makefile

11 lines
205 B
Makefile
Raw Normal View History

include $(TOPDIR)/rules.mk
include ./uclibc.mk
source: uclibc-source
prepare: uclibc-configured
compile: $(UCLIBC_DIR)/lib/libc.a
install: uclibc
$(STRIP) $(TARGET_DIR)/lib/*.so
clean: uclibc-toolclean