mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:18:07 +02:00
7619fe0848
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1494 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
172 B
Makefile
10 lines
172 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
include ./uclibc.mk
|
|
|
|
source: uclibc-source
|
|
prepare: uclibc-configured
|
|
compile: $(UCLIBC_DIR)/lib/libc.a
|
|
install: uclibc
|
|
clean: uclibc-toolclean
|