1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00
openwrt/openwrt/toolchain/uClibc/Makefile

10 lines
172 B
Makefile
Raw Normal View History

include $(TOPDIR)/rules.mk
include ./uclibc.mk
source: uclibc-source
prepare: uclibc-configured
compile: $(UCLIBC_DIR)/lib/libc.a
install: uclibc
clean: uclibc-toolclean