mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 08:16:15 +02:00
11 lines
201 B
Makefile
11 lines
201 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-clean
|