1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 14:56:48 +03:00
openwrt-xburst/toolchain/uClibc/Makefile

11 lines
201 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-clean