summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
blob: 06d7487a4f0bb883a93d8b4a8e114f0a6e1730eb (plain)
1
2
3
4
5
6
7
8
9
10
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