Allow loading of modules containing EXPORT_GPL symbols, needed to insmod crypto modules
[openwrt.git] / toolchain / uClibc / Makefile
1 include $(TOPDIR)/rules.mk
2
3 include ./uclibc.mk
4
5 source: uclibc-source
6 prepare: uclibc-configured
7 compile: $(UCLIBC_DIR)/lib/libc.a
8 install: uclibc
9 $(STRIP) $(TARGET_DIR)/lib/*.so
10 clean: uclibc-clean
This page took 0.048185 seconds and 5 git commands to generate.