mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 18:29:42 +02:00
5032e21104
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@602 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
247 B
Makefile
12 lines
247 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
include ./uclibc.mk
|
|
|
|
source: uclibc-source
|
|
prepare: uclibc-configured
|
|
compile: $(UCLIBC_DIR)/lib/libc.a
|
|
install: uclibc
|
|
rm -rf $(TARGET_DIR)/lib/libpthread*.so*
|
|
$(STRIP) $(TARGET_DIR)/lib/*.so
|
|
clean: uclibc-toolclean
|