mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 08:41:53 +02:00
9df49bbe48
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@559 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
205 B
Makefile
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
|