1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 00:38:33 +03:00
openwrt-xburst/openwrt/toolchain/uClibc/Makefile
nbd ac1214ccca fix ipv6 host name lookup from /etc/hosts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-04 21:05:07 +00:00

11 lines
205 B
Makefile

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